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 | KK | 10010010010010111001001001001011 | 924b924b |
SJIS-WIN | ?K?K | 00111111010010110011111101001011 | 3f4b3f4b |
EUC-JP | ?K?K | 00111111010010110011111101001011 | 3f4b3f4b |
UTF-8 | KK | 110000101001001001001011110000101001001001001011 | c2924bc2924b |
UHC | ?K?K | 00111111010010110011111101001011 | 3f4b3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)