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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 咫?咫?^ | 10011010010000000011111110011010010000000011111101011110 | 9a403f9a403f5e |
EUC-JP | 咫?咫?^ | 11010011101000010011111111010011101000010011111101011110 | d3a13fd3a13f5e |
UTF-8 | 咫뒷咫뒬^ | 11100101100100101010101111101011100100101011011111100101100100101010101111101011100100101010110001011110 | e592abeb92b7e592abeb92ac5e |
UHC | 咫뒷咫뒬^ | 111100101010000110110101110111101111001010100001101101011101110001011110 | f2a1b5def2a1b5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)