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 | 章豆灣 | 100011111100110110010011101001001110000001110011 | 8fcd93a4e073 |
EUC-JP | 章豆灣 | 101111101100111111000110101001101101111111010100 | becfc6a6dfd4 |
UTF-8 | 章豆灣 | 111001111010101110100000111010001011000110000110111001111000000110100011 | e7aba0e8b186e781a3 |
UHC | 章豆灣 | 111011011111000111010100111001111101100010111101 | edf1d4e7d8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)