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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???悳? | 001111110011111100111111100111000111101100111111 | 3f3f3f9c7b3f |
EUC-JP | ???悳? | 001111110011111100111111110101111101110000111111 | 3f3f3fd7dc3f |
UTF-8 | 룵집룶悳◈ | 111010111010001110110101111011001010011110010001111010111010001110110110111001101000001010110011111000101001011110001000 | eba3b5eca791eba3b6e682b3e29788 |
UHC | 룵집룶悳◈ | 10001111101010101100000111111101100011111010101111010011111011011010001011000010 | 8faac1fd8fabd3eda2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)