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 | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 脱速族@B | 1001001001000101100100011010110010010001101100000100000001000010 | 924591ac91b04042 |
EUC-JP | 脱速族@B | 1100001110100110110000101010111011000010101100100100000001000010 | c3a6c2aec2b24042 |
UTF-8 | 脱速族@B | 1110100010000100101100011110100110000000100111111110011010010111100011110100000001000010 | e884b1e9809fe6978f4042 |
UHC | ?速族@B | 00111111111000011101110011110000111010010100000001000010 | 3fe1dcf0e94042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)