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 | 瓦θ? | 1000101010100010100000111100011000111111 | 8aa283c63f |
EUC-JP | 瓦θ? | 1011010010100100101001101100100000111111 | b4a4a6c83f |
UTF-8 | 瓦θ쳡 | 1110011110010011101001101100111010111000111011001011001110100001 | e793a6ceb8ecb3a1 |
UHC | 瓦θ쳡 | 111010001011111110100101111010001010101110000111 | e8bfa5e8ab87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)