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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 歪??歪? | 10011000011000110011111100111111100110000110001100111111 | 98633f3f98633f |
EUC-JP | 歪??歪? | 11001111110001000011111100111111110011111100010000111111 | cfc43f3fcfc43f |
UTF-8 | 歪쇌갑歪쇌 | 111001101010110110101010111011001000011110001100111010101011000010010001111001101010110110101010111011001000011110001100 | e6adaaec878ceab091e6adaaec878c |
UHC | 歪쇌갑歪쇌 | 11101000111000001011110011100100101100001010100111101000111000001011110011100100 | e8e0bce4b0a9e8e0bce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)