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 | ?仇與 | 0011111110001011011101111110010001101111 | 3f8b77e46f |
EUC-JP | ?仇與 | 0011111110110101110110001110011111010000 | 3fb5d8e7d0 |
UTF-8 | 룶仇與 | 111010111010001110110110111001001011101110000111111010001000100010000111 | eba3b6e4bb87e88887 |
UHC | 룶仇與 | 100011111010101111001110111110111110011010101000 | 8fabcefbe6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)