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 | ?????oB | 00111111001111110011111100111111001111110110111101000010 | 3f3f3f3f3f6f42 |
SJIS-WIN | 驍よュ遘、oB | 1110100110000010100000101110011010000011100001011110011110100111101001000110111101000010 | e98282e68385e7a7a46f42 |
EUC-JP | 驍よュ遘、oB | 111100011110001010100100111010001010010111100101111011101010100110001110101001000110111101000010 | f1e2a4e8a5e5eea98ea46f42 |
UTF-8 | 驍よュ遘、oB | 1110100110101001100011011110001110000010100010001110001110000011101001011110100110000001100110001110111110111101101001000110111101000010 | e9a98de38288e383a5e98198efbda46f42 |
UHC | 驍よュ??oB | 11111101101001001010101011101000101010111110010100111111001111110110111101000010 | fda4aae8abe53f3f6f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)