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 | à±K | 111000001011000101001011 | e0b14b |
SJIS-WIN | ?±K | 00111111100000010111110101001011 | 3f817d4b |
EUC-JP | à±K | 100011111010101110100010101000011101111001001011 | 8faba2a1de4b |
UTF-8 | à±K | 1100001110100000110000101011000101001011 | c3a0c2b14b |
UHC | ?±K | 00111111101000011011111001001011 | 3fa1be4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)