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 | 10011111011110111110011111100010111001111110001001000010 | 9f7be7e2e7e242 |
EUC-JP | 毬鈔鈔B | 11011101110111001110111011100100111011101110010001000010 | dddceee4eee442 |
UTF-8 | 毬鈔鈔B | 11100110101011111010110011101001100010001001010011101001100010001001010001000010 | e6aface98894e9889442 |
UHC | 毬??B | 1100111110110011001111110011111101000010 | cfb33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)