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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | イ。鬮 | 101100101010000111101001101010111111001110100001 | b2a1e9abf3a1 |
EUC-JP | イ。鬮? | 10001110101100101000111010100001111100101010110100111111 | 8eb28ea1f2ad3f |
UTF-8 | イ。鬮 | 111011111011110110110010111011111011110110100001111010011010110010101110111011101000101010010100 | efbdb2efbda1e9acaeee8a94 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)