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 | 袁?臍 | 1110010111001101001111111110010001100000 | e5cd3fe460 |
EUC-JP | 袁?臍 | 1110101011001111001111111110011111000001 | eacf3fe7c1 |
UTF-8 | 袁렟臍 | 111010001010001010000001111010111010000010011111111010001000011110001101 | e8a281eba09fe8878d |
UHC | 袁렟臍 | 111010101011111010001110101100001111000010110000 | eabe8eb0f0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)