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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 薔ワ舟H | 11100101010010111000001110001111100011110100110101001000 | e54b838f8f4d48 |
EUC-JP | 薔ワ舟H | 11101001101011001010010111101111101111011010111001001000 | e9aca5efbdae48 |
UTF-8 | 薔ワ舟H | 11101000100101101001010011100011100000111010111111101000100010001001111101001000 | e89694e383afe8889f48 |
UHC | 薔ワ舟H | 11101101111110011010101111101111111100011100011101001000 | edf9abeff1c748 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)