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 | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
SJIS-WIN | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
EUC-JP | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
UTF-8 | 챈짙혻챈혬쨋I | 11101100101100011000100011101100101001111001100111101101100110001011101111101100101100011000100011101101100110001010110011101100101010001000101101001001 | ecb188eca799ed98bbecb188ed98aceca88b49 |
UHC | 챈짙혻챈혬쨋I | 11000011101001101100001010100011110000101010000011000011101001101100001010010100110000101011011001001001 | c3a6c2a3c2a0c3a6c294c2b649 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)