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 | 蒻?じ | 1110010011101000001111111000001010110110 | e4e83f82b6 |
EUC-JP | 蒻?じ | 1110100011101010001111111010010010111000 | e8ea3fa4b8 |
UTF-8 | 蒻멩じ | 111010001001001010111011111010111010100110101001111000111000000110011000 | e892bbeba9a9e38198 |
UHC | 蒻멩じ | 111001011011011010111000111001101010101010111000 | e5b6b8e6aab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)