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 | 驍捧揩 | 111010011000001010010101111110011001110110000010 | e98295f99d82 |
EUC-JP | 驍捧揩 | 111100011110001011001010111110111101100111100010 | f1e2cafbd9e2 |
UTF-8 | 驍捧揩 | 111010011010100110001101111001101000110110100111111001101000111110101001 | e9a98de68da7e68fa9 |
UHC | 驍捧? | 1111110110100100110111001110100100111111 | fda4dce93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)