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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 往小寤 | 100010011001110110001111101011001001101110001000 | 899d8fac9b88 |
EUC-JP | 往小寤 | 101100011111110110111110101011101101010111101000 | b1fdbeaed5e8 |
UTF-8 | 往小寤 | 111001011011111010000000111001011011000010001111111001011010111110100100 | e5be80e5b08fe5afa4 |
UHC | 往小寤 | 111010001101100111100001101100111110011111110101 | e8d9e1b3e7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)