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 | ?????Z? | 00111111001111110011111100111111001111110101101000111111 | 3f3f3f3f3f5a3f |
SJIS-WIN | ?????Z? | 00111111001111110011111100111111001111110101101000111111 | 3f3f3f3f3f5a3f |
EUC-JP | ?????Z? | 00111111001111110011111100111111001111110101101000111111 | 3f3f3f3f3f5a3f |
UTF-8 | 혧챕챨짠청Z횞 | 11101101100110001010011111101100101100011001010111101100101100011010100011101100101001111010000011101100101100101010110101011010111011011001101010011110 | ed98a7ecb195ecb1a8eca7a0ecb2ad5aed9a9e |
UHC | 혧챕챨짠청Z횞 | 11000010100011111100001110101001110000111011000011000010101001111100001110111011010110101100001110010111 | c28fc3a9c3b0c2a7c3bb5ac397 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)