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 | 鞐主彫 | 111010001101111010001110111001011001001010100100 | e8de8ee592a4 |
EUC-JP | 鞐主彫 | 111100001110000010111100111001111100010010100110 | f0e0bce7c4a6 |
UTF-8 | 鞐主彫 | 111010011001111010010000111001001011100010111011111001011011110110101011 | e99e90e4b8bbe5bdab |
UHC | ?主彫 | 0011111111110001101010111111000011000001 | 3ff1abf0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)