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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蛇実蓿B | 10001110110101101000111011000000111001001111000001000010 | 8ed68ec0e4f042 |
EUC-JP | 蛇実蓿B | 10111100110110001011110011000010111010001111001001000010 | bcd8bcc2e8f242 |
UTF-8 | 蛇実蓿B | 11101000100110111000011111100101101011101001111111101000100100111011111101000010 | e89b87e5ae9fe893bf42 |
UHC | 蛇??B | 1101111011101111001111110011111101000010 | deef3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)