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 | 症惞顯 | 100011111100011111111010101111111110100011111011 | 8fc7fabfe8fb |
EUC-JP | 症惞顯 | 10111110110010011000111110111110101100001111000011111101 | bec98fbeb0f0fd |
UTF-8 | 症惞顯 | 111001111001011110000111111001101000001110011110111010011010000110101111 | e79787e6839ee9a1af |
UHC | 症?顯 | 1111000111111000001111111111101011101001 | f1f83ffae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)