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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 篠h篠 | 1000111011000010011010001000111011000010 | 8ec2688ec2 |
EUC-JP | 篠h篠 | 1011110011000100011010001011110011000100 | bcc468bcc4 |
UTF-8 | 篠h篠 | 11100111101011111010000001101000111001111010111110100000 | e7afa068e7afa0 |
UHC | 篠h篠 | 1110000111000110011010001110000111000110 | e1c668e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)