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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 閾湮ィE | 111010001000011110011111110011101010100001000101 | e8879fcea845 |
EUC-JP | 閾湮ィE | 11101111111001111101111011010000100011101010100001000101 | efe7ded08ea845 |
UTF-8 | 閾湮ィE | 11101001100101101011111011100110101110011010111011101111101111011010100001000101 | e996bee6b9aeefbda845 |
UHC | ?湮?E | 0011111111101100110111000011111101000101 | 3fecdc3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)