To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | セ蜴ォ湿執B | 101111101110010110001110101010111000111010111100100011101011011101000010 | bee58eab8ebc8eb742 |
EUC-JP | セ蜴ォ湿執B | 1000111010111110111010011110111010001110101010111011110010111110101111001011100101000010 | 8ebee9ee8eabbcbebcb942 |
UTF-8 | セ蜴ォ湿執B | 11101111101111011011111011101000100111001011010011101111101111011010101111100110101110011011111111100101100111111011011101000010 | efbdbee89cb4efbdabe6b9bfe59fb742 |
UHC | ????執B | 00111111001111110011111100111111111100101111101101000010 | 3f3f3f3ff2fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)