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???H? | 00111111010101000011111100111111001111110100100000111111 | 3f543f3f3f483f |
SJIS-WIN | ?T???H? | 00111111010101000011111100111111001111110100100000111111 | 3f543f3f3f483f |
EUC-JP | ?T???H? | 00111111010101000011111100111111001111110100100000111111 | 3f543f3f3f483f |
UTF-8 | 채T혢챕혡H챈 | 1110110010110001100001000101010011101101100110001010001011101100101100011001010111101101100110001010000101001000111011001011000110001000 | ecb18454ed98a2ecb195ed98a148ecb188 |
UHC | 채T혢챕혡H챈 | 110000111010010001010100110000101000101111000011101010011100001010001010010010001100001110100110 | c3a454c28bc3a9c28a48c3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)