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 | 壕 | 10001101100010001111100110111100 | 8d88f9bc |
EUC-JP | 壕? | 101110011110100000111111 | b9e83f |
UTF-8 | 壕 | 111001011010001110010101111011101001110010010111 | e5a395ee9c97 |
UHC | 壕? | 111110111011110100111111 | fbbd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)