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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 濵宍濵宍B | 111110110100110110001110101100111111101101001101100011101011001101000010 | fb4d8eb3fb4d8eb342 |
EUC-JP | 濵宍濵宍B | 1000111111001001101001101011110010110101100011111100100110100110101111001011010101000010 | 8fc9a6bcb58fc9a6bcb542 |
UTF-8 | 濵宍濵宍B | 11100110101111111011010111100101101011101000110111100110101111111011010111100101101011101000110101000010 | e6bfb5e5ae8de6bfb5e5ae8d42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)