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???G?? | 0011111101010100001111110011111100111111010001110011111100111111 | 3f543f3f3f473f3f |
SJIS-WIN | ?T???G?? | 0011111101010100001111110011111100111111010001110011111100111111 | 3f543f3f3f473f3f |
EUC-JP | ?T???G?? | 0011111101010100001111110011111100111111010001110011111100111111 | 3f543f3f3f473f3f |
UTF-8 | 채T혢챔혣G챈혞 | 1110110010110001100001000101010011101101100110001010001011101100101100011001010011101101100110001010001101000111111011001011000110001000111011011001100010011110 | ecb18454ed98a2ecb194ed98a347ecb188ed989e |
UHC | 채T혢챔혣G챈혞 | 1100001110100100010101001100001010001011110000111010100011000010100011000100011111000011101001101100001010001000 | c3a454c28bc3a8c28c47c3a6c288 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)