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???K?? | 0011111101010100001111110011111100111111010010110011111100111111 | 3f543f3f3f4b3f3f |
SJIS-WIN | ?T???K?? | 0011111101010100001111110011111100111111010010110011111100111111 | 3f543f3f3f4b3f3f |
EUC-JP | ?T???K?? | 0011111101010100001111110011111100111111010010110011111100111111 | 3f543f3f3f4b3f3f |
UTF-8 | 채T혢챕혧K챈짠 | 1110110010110001100001000101010011101101100110001010001011101100101100011001010111101101100110001010011101001011111011001011000110001000111011001010011110100000 | ecb18454ed98a2ecb195ed98a74becb188eca7a0 |
UHC | 채T혢챕혧K챈짠 | 1100001110100100010101001100001010001011110000111010100111000010100011110100101111000011101001101100001010100111 | c3a454c28bc3a9c28f4bc3a6c2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)