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 | ????B?? | 00111111001111110011111100111111010000100011111100111111 | 3f3f3f3f423f3f |
SJIS-WIN | ????B?? | 00111111001111110011111100111111010000100011111100111111 | 3f3f3f3f423f3f |
EUC-JP | ????B?? | 00111111001111110011111100111111010000100011111100111111 | 3f3f3f3f423f3f |
UTF-8 | 혧찾횚청B횙첸 | 11101101100110001010011111101100101100001011111011101101100110101001101011101100101100101010110101000010111011011001101010011001111011001011001010111000 | ed98a7ecb0beed9a9aecb2ad42ed9a99ecb2b8 |
UHC | 혧찾횚청B횙첸 | 11000010100011111100001110100011110000111001010011000011101110110100001011000011100100111100001110111110 | c28fc3a3c394c3bb42c393c3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)