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 | 鬮エ讎雁罰 | 111010011010101110110100111001101010011010001010111001011001010010110001 | e9abb4e6a68ae594b1 |
EUC-JP | 鬮エ讎雁罰 | 11110010101011011000111010110100111011001010100010110100111001111100100010110011 | f2ad8eb4eca8b4e7c8b3 |
UTF-8 | 鬮エ讎雁罰 | 111010011010110010101110111011111011110110110100111010001010111010001110111010011001101110000001111001111011110110110000 | e9acaeefbdb4e8ae8ee99b81e7bdb0 |
UHC | ???雁罰 | 00111111001111110011111111100100110100101101101111101011 | 3f3f3fe4d2dbeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)