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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?攘?? | 0011111110011101101101010011111100111111 | 3f9db53f3f |
EUC-JP | ?攘?? | 0011111111011010101101110011111100111111 | 3fdab73f3f |
UTF-8 | 뜄攘뜄뚃 | 111010111001110010000100111001101001010010011000111010111001110010000100111010111001101010000011 | eb9c84e69498eb9c84eb9a83 |
UHC | 뜄攘뜄뚃 | 1000110110001000111001011100000110001101100010001000110011000110 | 8d88e5c18d888cc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)