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 | 11100111100110001000000111100111100101111011111001000010 | e79881e797be42 |
EUC-JP | 逖∫寮B | 11101101111110001010001011101001110011101100000001000010 | edf8a2e9cec042 |
UTF-8 | 逖∫寮B | 11101001100000001001011011100010100010001010101111100101101011111010111001000010 | e98096e288abe5afae42 |
UHC | ?∫寮B | 001111111010000111110010110101101111011101000010 | 3fa1f2d6f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)