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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬮エ蜿悶飴 | 111010011010101110110100111001011000111110010110111000111000100010111001 | e9abb4e58f96e388b9 |
EUC-JP | 鬮エ蜿悶飴 | 11110010101011011000111010110100111010011110111111001100111001011011000010111011 | f2ad8eb4e9efcce5b0bb |
UTF-8 | 鬮エ蜿悶飴 | 111010011010110010101110111011111011110110110100111010001001110010111111111001101000001010110110111010011010001110110100 | e9acaeefbdb4e89cbfe682b6e9a3b4 |
UHC | ???悶飴 | 00111111001111110011111111011010101111111110110011000111 | 3f3f3fdabfecc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)