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 | 禦郵蕣 | 100010111001101010010111010110001110010011111010 | 8b9a9758e4fa |
EUC-JP | 禦郵蕣 | 101101011111101011001101101110011110100011111100 | b5facdb9e8fc |
UTF-8 | 禦郵蕣 | 111001111010011010100110111010011000001110110101111010001001010110100011 | e7a6a6e983b5e895a3 |
UHC | 禦郵蕣 | 111001011101110111101001111010001110001011110010 | e5dde9e8e2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)