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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 챈쨋짱h챈쨋짱 | 11101100101100011000100011101100101010001000101111101100101001111011000101101000111011001011000110001000111011001010100010001011111011001010011110110001 | ecb188eca88beca7b168ecb188eca88beca7b1 |
UHC | 챈쨋짱h챈쨋짱 | 11000011101001101100001010110110110000101010111101101000110000111010011011000010101101101100001010101111 | c3a6c2b6c2af68c3a6c2b6c2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)