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 | 禦郵蝨 | 100010111001101010010111010110001110010110011100 | 8b9a9758e59c |
EUC-JP | 禦郵蝨 | 101101011111101011001101101110011110100111111100 | b5facdb9e9fc |
UTF-8 | 禦郵蝨 | 111001111010011010100110111010011000001110110101111010001001110110101000 | e7a6a6e983b5e89da8 |
UHC | 禦郵蝨 | 111001011101110111101001111010001110001110100100 | e5dde9e8e3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)