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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 昇ャ昇ャB | 1000111110111000111101111000111010101100100011111011100011110111100011101010110001000010 | 8fb8f78eac8fb8f78eac42 |
EUC-JP | 昇?ャ昇?ャB | 1011111010111010001111111000111010101100101111101011101000111111100011101010110001000010 | beba3f8eacbeba3f8eac42 |
UTF-8 | 昇ャ昇ャB | 11100110100110001000011111101110100101011011000111101111101111011010110011100110100110001000011111101110100101011011000111101111101111011010110001000010 | e69887ee95b1efbdace69887ee95b1efbdac42 |
UHC | 昇??昇??B | 111000111011000000111111001111111110001110110000001111110011111101000010 | e3b03f3fe3b03f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)