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 | º«B | 1000111010111010100011101010101101000010 | 8eba8eab42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ?º??B | 00111111100011111010001011101011001111110011111101000010 | 3f8fa2eb3f3f42 |
UTF-8 | º«B | 110000101000111011000010101110101100001010001110110000101010101101000010 | c28ec2bac28ec2ab42 |
UHC | ?º??B | 001111111010100010101100001111110011111101000010 | 3fa8ac3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)