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 | 第?賈 | 1001000111100110001111111110011011001001 | 91e63fe6c9 |
EUC-JP | 第?賈 | 1100001011101000001111111110110011001011 | c2e83feccb |
UTF-8 | 第얗賈 | 111001111010110010101100111011001001011010010111111010001011001110001000 | e7acacec9697e8b388 |
UHC | 第얗賈 | 111100001010111110111110111010011100101010111001 | f0afbee9cab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)