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 | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 俗晳E | 1001000110101101111110101101100101000101 | 91adfad945 |
EUC-JP | 俗晳E | 110000101010111110001111110000101100010001000101 | c2af8fc2c445 |
UTF-8 | 俗晳E | 11100100101111111001011111100110100110011011001101000101 | e4bf97e699b345 |
UHC | 俗晳E | 1110000111010100111000001010111101000101 | e1d4e0af45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)