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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 皎狎^ | 1110000110100111111000001011111001011110 | e1a7e0be5e |
EUC-JP | 皎狎^ | 1110001010101001111000001100000001011110 | e2a9e0c05e |
UTF-8 | 皎狎^ | 11100111100110101000111011100111100010111000111001011110 | e79a8ee78b8e5e |
UHC | 皎狎^ | 1100111011101011111001001110010001011110 | ceebe4e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)