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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驫匁ヲ頑娼阨 | 1110100110001010100101101110011010100110100010101110011010001111101010011110100010010101 | e98a96e6a68ae68fa9e895 |
EUC-JP | 驫匁ヲ頑娼阨 | 111100011110101011001100111010001000111010100110101101001110100010111110101010111110111111110101 | f1eacce88ea6b4e8beabeff5 |
UTF-8 | 驫匁ヲ頑娼阨 | 111010011010100110101011111001011000110010000001111011111011110110100110111010011010000010010001111001011010100010111100111010011001100010101000 | e9a9abe58c81efbda6e9a091e5a8bce998a8 |
UHC | ???頑娼? | 0011111100111111001111111110100011010111111100111101111000111111 | 3f3f3fe8d7f3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)