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???F?? | 0011111101010100001111110011111100111111010001100011111100111111 | 3f543f3f3f463f3f |
SJIS-WIN | ?T???F?? | 0011111101010100001111110011111100111111010001100011111100111111 | 3f543f3f3f463f3f |
EUC-JP | ?T???F?? | 0011111101010100001111110011111100111111010001100011111100111111 | 3f543f3f3f463f3f |
UTF-8 | 채T혢챕혖F챈혮 | 1110110010110001100001000101010011101101100110001010001011101100101100011001010111101101100110001001011001000110111011001011000110001000111011011001100010101110 | ecb18454ed98a2ecb195ed989646ecb188ed98ae |
UHC | 채T혢챕혖F챈혮 | 1100001110100100010101001100001010001011110000111010100111000010100000010100011011000011101001101100001010010101 | c3a454c28bc3a9c28146c3a6c295 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)