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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 梯??^ | 1001001011110010001111110011111101011110 | 92f23f3f5e |
EUC-JP | 梯??^ | 1100010011110100001111110011111101011110 | c4f43f3f5e |
UTF-8 | 梯편칵^ | 11100110101000101010111111101101100011101011100011101100101110011011010101011110 | e6a2afed8eb8ecb9b55e |
UHC | 梯편칵^ | 11110000101011001100011011101101110001001010110001011110 | f0acc6edc4ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)