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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ??碗?B | 001111110011111110011000011100010011111101000010 | 3f3f98713f42 |
EUC-JP | ?峴碗?B | 0011111110001111101110111100000111001111110100100011111101000010 | 3f8fbbc1cfd23f42 |
UTF-8 | 뤯峴碗濾B | 11101011101001001010111111100101101100111011010011100111101000101001011111101111101001101000010001000010 | eba4afe5b3b4e7a297efa68442 |
UHC | 뤯峴碗濾B | 100011111101110111111010110101101110100011001111111001101010010001000010 | 8fddfad6e8cfe6a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)