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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 箋? | 111000101011001100111111 | e2b33f |
EUC-JP | 箋? | 111001001011010100111111 | e4b53f |
UTF-8 | 箋됌 | 111001111010111010001011111010111001000010001100 | e7ae8beb908c |
UHC | 箋됌 | 11101111101010001000100111001110 | efa889ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)