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?? | 0011111101010100001111110011111100111111010010000011111100111111 | 3f543f3f3f483f3f |
SJIS-WIN | ?T???H?? | 0011111101010100001111110011111100111111010010000011111100111111 | 3f543f3f3f483f3f |
EUC-JP | ?T???H?? | 0011111101010100001111110011111100111111010010000011111100111111 | 3f543f3f3f483f3f |
UTF-8 | 채T혢챕혡H챈혛 | 1110110010110001100001000101010011101101100110001010001011101100101100011001010111101101100110001010000101001000111011001011000110001000111011011001100010011011 | ecb18454ed98a2ecb195ed98a148ecb188ed989b |
UHC | 채T혢챕혡H챈혛 | 1100001110100100010101001100001010001011110000111010100111000010100010100100100011000011101001101100001010000110 | c3a454c28bc3a9c28a48c3a6c286 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)