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 | 莊f嘘 | 111001001011010110000010100001101000100101010010 | e4b582868952 |
EUC-JP | 莊f嘘 | 111010001011011110100011111001101011000110110011 | e8b7a3e6b1b3 |
UTF-8 | 莊f嘘 | 111010001000111010001010111011111011110110000110111001011001100010011000 | e88e8aefbd86e59898 |
UHC | 莊f? | 1110110111110110101000111110011000111111 | edf6a3e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)