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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 載???? | 100011011101101000111111001111110011111100111111 | 8dda3f3f3f3f |
EUC-JP | 載???? | 101110101101110000111111001111110011111100111111 | badc3f3f3f3f |
UTF-8 | 載롎렏롋렺 | 111010001011110010001001111010111010000110001110111010111010000010001111111010111010000110001011111010111010000010111010 | e8bc89eba18eeba08feba18beba0ba |
UHC | 載롎렏롋렺 | 11101110101100001000111011010100100011101010010110001110110100011000111011000010 | eeb08ed48ea58ed18ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)