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? | 00111111010101000011111100111111001111110100011100111111 | 3f543f3f3f473f |
SJIS-WIN | ?T???G? | 00111111010101000011111100111111001111110100011100111111 | 3f543f3f3f473f |
EUC-JP | ?T???G? | 00111111010101000011111100111111001111110100011100111111 | 3f543f3f3f473f |
UTF-8 | 채T혢챔혣G챈 | 1110110010110001100001000101010011101101100110001010001011101100101100011001010011101101100110001010001101000111111011001011000110001000 | ecb18454ed98a2ecb194ed98a347ecb188 |
UHC | 채T혢챔혣G챈 | 110000111010010001010100110000101000101111000011101010001100001010001100010001111100001110100110 | c3a454c28bc3a8c28c47c3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)