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 | ?H?B | 00111111010010000011111101000010 | 3f483f42 |
SJIS-WIN | 短H測B | 100100100101101001001000100100011010101001000010 | 925a4891aa42 |
EUC-JP | 短H測B | 110000111011101101001000110000101010110001000010 | c3bb48c2ac42 |
UTF-8 | 短H測B | 1110011110011111101011010100100011100110101110001010110001000010 | e79fad48e6b8ac42 |
UHC | 短H測B | 110100111010110101001000111101101011010001000010 | d3ad48f6b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)