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 | JKJKB | 100100100100101010010010010010111001001001001010100100100100101101000010 | 924a924b924a924b42 |
SJIS-WIN | ?J?K?J?KB | 001111110100101000111111010010110011111101001010001111110100101101000010 | 3f4a3f4b3f4a3f4b42 |
EUC-JP | ?J?K?J?KB | 001111110100101000111111010010110011111101001010001111110100101101000010 | 3f4a3f4b3f4a3f4b42 |
UTF-8 | JKJKB | 11000010100100100100101011000010100100100100101111000010100100100100101011000010100100100100101101000010 | c2924ac2924bc2924ac2924b42 |
UHC | ?J?K?J?KB | 001111110100101000111111010010110011111101001010001111110100101101000010 | 3f4a3f4b3f4a3f4b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)