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 | 胛合〒 | 111000111110111010001101100001111000000110100111 | e3ee8d8781a7 |
EUC-JP | 胛合〒 | 111001101111000010111001111001111010001010101001 | e6f0b9e7a2a9 |
UTF-8 | 胛合〒 | 111010001000001110011011111001011001000010001000111000111000000010010010 | e8839be59088e38092 |
UHC | 胛合? | 1100101110100100111110011110101000111111 | cba4f9ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)