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 | ?????T?? | 0011111100111111001111110011111100111111010101000011111100111111 | 3f3f3f3f3f543f3f |
SJIS-WIN | ?????T?? | 0011111100111111001111110011111100111111010101000011111100111111 | 3f3f3f3f3f543f3f |
EUC-JP | ?????T?? | 0011111100111111001111110011111100111111010101000011111100111111 | 3f3f3f3f3f543f3f |
UTF-8 | 채짜혧챠혧T찾쨉 | 11101100101100011000010011101100101001111001110011101101100110001010011111101100101100011010000011101101100110001010011101010100111011001011000010111110111011001010100010001001 | ecb184eca79ced98a7ecb1a0ed98a754ecb0beeca889 |
UHC | 채짜혧챠혧T찾쨉 | 110000111010010011000010101001011100001010001111110000111010110111000010100011110101010011000011101000111100001010110101 | c3a4c2a5c28fc3adc28f54c3a3c2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)