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 | 11101001100110011000001011101001100001001010110101000010 | e99982e984ad42 |
EUC-JP | 髯る┓B | 11110001111110011010010011101011101010001010111101000010 | f1f9a4eba8af42 |
UTF-8 | 髯る┓B | 11101001101010111010111111100011100000101000101111100010100101001001001101000010 | e9abafe3828be2949342 |
UHC | ?る┓B | 001111111010101011101011101001101010111101000010 | 3faaeba6af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)