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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 廛????梯 | 1001110001000100001111110011111100111111001111111001001011110010 | 9c443f3f3f3f92f2 |
EUC-JP | 廛????梯 | 1101011110100101001111110011111100111111001111111100010011110100 | d7a53f3f3f3fc4f4 |
UTF-8 | 廛댁렮늡렑梯 | 111001011011101110011011111010111000110010000001111010111010000010101110111010111000101010100001111010111010000010010001111001101010001010101111 | e5bb9beb8c81eba0aeeb8aa1eba091e6a2af |
UHC | 廛댁렮늡렑梯 | 111011101111100010110100111011001000111010111011101101001100011110001110101001101111000010101100 | eef8b4ec8ebbb4c78ea6f0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)