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 | ???D | 00111111001111110011111101000100 | 3f3f3f44 |
SJIS-WIN | 庵??D | 1000100011000001001111110011111101000100 | 88c13f3f44 |
EUC-JP | 庵??D | 1011000011000011001111110011111101000100 | b0c33f3f44 |
UTF-8 | 庵뗮뢎D | 11100101101110101011010111101011100101111010111011101011101000101000111001000100 | e5bab5eb97aeeba28e44 |
UHC | 庵뗮뢎D | 11100100110111011000101111101101100011110100100101000100 | e4dd8bed8f4944 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)