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 | 1000100011000001001111110011111101000010 | 88c13f3f42 |
EUC-JP | 庵??B | 1011000011000011001111110011111101000010 | b0c33f3f42 |
UTF-8 | 庵룒뢈B | 11100101101110101011010111101011101000111001001011101011101000101000100001000010 | e5bab5eba392eba28842 |
UHC | 庵룒뢈B | 11100100110111011000111110001111100011110100010001000010 | e4dd8f8f8f4442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)