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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬮エ蜿悶刊陷 | 1110100110101011101101001110010110001111100101101110001110001010101001111110100010011100 | e9abb4e58f96e38aa7e89c |
EUC-JP | 鬮エ蜿悶刊陷 | 111100101010110110001110101101001110100111101111110011001110010110110100101010011110111111111100 | f2ad8eb4e9efcce5b4a9effc |
UTF-8 | 鬮エ蜿悶刊陷 | 111010011010110010101110111011111011110110110100111010001001110010111111111001101000001010110110111001011000100010001010111010011001100110110111 | e9acaeefbdb4e89cbfe682b6e5888ae999b7 |
UHC | ???悶刊陷 | 001111110011111100111111110110101011111111001010110010101111100111101000 | 3f3f3fdabfcacaf9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)