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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 窈ョ?H | 111000100111011110000011100001110011111101001000 | e27783873f48 |
EUC-JP | 窈ョ?H | 111000111101100010100101111001110011111101001000 | e3d8a5e73f48 |
UTF-8 | 窈ョ즯H | 11100111101010101000100011100011100000111010011111101100101001101010111101001000 | e7aa88e383a7eca6af48 |
UHC | 窈ョ즯H | 11101001101000011010101111100111101000111000000101001000 | e9a1abe7a38148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)