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 | 陝句彫 | 111010001001111110001011111001011001001010100100 | e89f8be592a4 |
EUC-JP | 陝句彫 | 111100001010000110110110111001111100010010100110 | f0a1b6e7c4a6 |
UTF-8 | 陝句彫 | 111010011001100110011101111001011000111110100101111001011011110110101011 | e9999de58fa5e5bdab |
UHC | 陝句彫 | 111000001110110111001111101000111111000011000001 | e0edcfa3f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)