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 | ?レ?^ | 0011111110000011100011000011111101011110 | 3f838c3f5e |
EUC-JP | 邕レ?^ | 10001111111000011110110110100101111011000011111101011110 | 8fe1eda5ec3f5e |
UTF-8 | 邕レ꼧^ | 11101001100000101001010111100011100000111010110011101010101111001010011101011110 | e98295e383aceabca75e |
UHC | 邕レ꼧^ | 11101000101110111010101111101100100001001000010001011110 | e8bbabec84845e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)