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 | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | 宵糺{d | 100011111010101011100010111110110111101101100100 | 8faae2fb7b64 |
EUC-JP | 宵糺{d | 101111101010110011100100111111010111101101100100 | beace4fd7b64 |
UTF-8 | 宵糺{d | 1110010110101110101101011110011110110011101110100111101101100100 | e5aeb5e7b3ba7b64 |
UHC | 宵?{d | 1110000110110010001111110111101101100100 | e1b23f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)