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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 樟??E | 1000111110111110001111110011111101000101 | 8fbe3f3f45 |
EUC-JP | 樟??E | 1011111011000000001111110011111101000101 | bec03f3f45 |
UTF-8 | 樟띌릊E | 11100110101010001001111111101011100111011000110011101011101001101000101001000101 | e6a89feb9d8ceba68a45 |
UHC | 樟띌릊E | 11101101111010011011011011101001101110001010101101000101 | ede9b6e9b8ab45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)