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 | ?豆灣 | 0011111110010011101001001110000001110011 | 3f93a4e073 |
EUC-JP | 馹豆灣 | 10001111111010011010000111000110101001101101111111010100 | 8fe9a1c6a6dfd4 |
UTF-8 | 馹豆灣 | 111010011010011010111001111010001011000110000110111001111000000110100011 | e9a6b9e8b186e781a3 |
UHC | 馹豆灣 | 111011001111000111010100111001111101100010111101 | ecf1d4e7d8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)