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 | ?盲? | 00111111100101101101001100111111 | 3f96d33f |
EUC-JP | 薏盲Ħ | 1000111111011001110111101100110011010101100011111010100110100100 | 8fd9deccd58fa9a4 |
UTF-8 | 薏盲Ħ | 1110100010010110100011111110011110011011101100101100010010100110 | e8968fe79bb2c4a6 |
UHC | 薏盲Ħ | 111010111111101111011000111011101010100010100100 | ebfbd8eea8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)