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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譴∬至 | 111001101010001010000001111010001000111010001010 | e6a281e88e8a |
EUC-JP | 譴∬至 | 111011001010010010100010111010101011101111101010 | eca4a2eabbea |
UTF-8 | 譴∬至 | 111010001010110110110100111000101000100010101100111010001000011110110011 | e8adb4e288ace887b3 |
UHC | 譴∬至 | 110011001011100110100001111100111111001010111000 | ccb9a1f3f2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)