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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ??碗?h | 001111110011111110011000011100010011111101101000 | 3f3f98713f68 |
EUC-JP | ?峴碗?h | 0011111110001111101110111100000111001111110100100011111101101000 | 3f8fbbc1cfd23f68 |
UTF-8 | 뤯峴碗濾h | 11101011101001001010111111100101101100111011010011100111101000101001011111101111101001101000010001101000 | eba4afe5b3b4e7a297efa68468 |
UHC | 뤯峴碗濾h | 100011111101110111111010110101101110100011001111111001101010010001101000 | 8fddfad6e8cfe6a468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)