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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 殞壽役 | 100111110110110110011010111001101001011011110000 | 9f6d9ae696f0 |
EUC-JP | 殞壽役 | 110111011100111011010100111010001100110011110010 | ddced4e8ccf2 |
UTF-8 | 殞壽役 | 111001101010111010011110111001011010001110111101111001011011110110111001 | e6ae9ee5a3bde5bdb9 |
UHC | 殞壽役 | 111010011111100111100001111110001110011010110101 | e9f9e1f8e6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)