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 | 驕罹泯 | 111010011000000110011100111010111001111110100001 | e9819ceb9fa1 |
EUC-JP | 驕罹泯 | 111100011110000111011000111011011101111010100011 | f1e1d8eddea3 |
UTF-8 | 驕罹泯 | 111010011010100110010101111001111011110110111001111001101011001110101111 | e9a995e7bdb9e6b3af |
UHC | 驕罹泯 | 110011101111011011010111111001111101101011000110 | cef6d7e7dac6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)