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 | 濶カ骭 | 1110100010001001101101101110100110001100 | e889b6e98c |
EUC-JP | 濶カ骭 | 111011111110100110001110101101101111000111101100 | efe98eb6f1ec |
UTF-8 | 濶カ骭 | 111001101011111110110110111011111011110110110110111010011010101010101101 | e6bfb6efbdb6e9aaad |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)