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 | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | 篠チツrB | 100011101100001011000001110000100111001001000010 | 8ec2c1c27242 |
EUC-JP | 篠チツrB | 1011110011000100100011101100000110001110110000100111001001000010 | bcc48ec18ec27242 |
UTF-8 | 篠チツrB | 1110011110101111101000001110111110111110100000011110111110111110100000100111001001000010 | e7afa0efbe81efbe827242 |
UHC | 篠??rB | 111000011100011000111111001111110111001001000010 | e1c63f3f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)