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 | 訝??言③ | 1110011001100010001111110011111110001100101111101000011101000010 | e6623f3f8cbe8742 |
EUC-JP | 訝??言? | 11101011110000110011111100111111101110001100000000111111 | ebc33f3fb8c03f |
UTF-8 | 訝딉쉴言③ | 111010001010100010011101111010111001010010001001111011001000100110110100111010001010100010000000111000101001000110100010 | e8a89deb9489ec89b4e8a880e291a2 |
UHC | 訝딉쉴言③ | 11100100101110001000101011101111101111011010111111100101111010111010100011101001 | e4b88aefbdafe5eba8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)