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 | 浯檎拠 | 111110101111110010001100111001111000101110010010 | fafc8ce78b92 |
EUC-JP | 浯檎拠 | 10001111110001111100001110111000111010011011010111110010 | 8fc7c3b8e9b5f2 |
UTF-8 | 浯檎拠 | 111001101011010110101111111001101010101010001110111001101000101110100000 | e6b5afe6aa8ee68ba0 |
UHC | ?檎? | 00111111110100001101010100111111 | 3fd0d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)