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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 餓ε?B | 100010011110110010000011110000110011111101000010 | 89ec83c33f42 |
EUC-JP | 餓ε?B | 101100101110111010100110110001010011111101000010 | b2eea6c53f42 |
UTF-8 | 餓εㄲB | 111010011010010010010011110011101011010111100011100001001011001001000010 | e9a493ceb5e384b242 |
UHC | 餓εㄲB | 11100100101110111010010111100101101001001010001001000010 | e4bba5e5a4a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)