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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 霍」譎ウE | 11101000101101111010001111100110100110011011001101000101 | e8b7a3e699b345 |
EUC-JP | 霍」譎ウE | 111100001011100110001110101000111110101111111001100011101011001101000101 | f0b98ea3ebf98eb345 |
UTF-8 | 霍」譎ウE | 11101001100111001000110111101111101111011010001111101000101011011000111011101111101111011011001101000101 | e99c8defbda3e8ad8eefbdb345 |
UHC | ??譎?E | 001111110011111111111101110100100011111101000101 | 3f3ffdd23f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)