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 | 蝸奠敵 | 111001011001011110011010111110011001001101000111 | e5979af99347 |
EUC-JP | 蝸奠敵 | 111010011111011111010100111110111100010110101000 | e9f7d4fbc5a8 |
UTF-8 | 蝸奠敵 | 111010001001110110111000111001011010010110100000111001101001010110110101 | e89db8e5a5a0e695b5 |
UHC | 蝸奠敵 | 111010001100010011101110111101011110111011011000 | e8c4eef5eed8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)