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 | ?悳∨?? | 00111111100111000111101110000001110010010011111100111111 | 3f9c7b81c93f3f |
EUC-JP | ?悳∨艅? | 001111111101011111011100101000101100101110001111110101101111110100111111 | 3fd7dca2cb8fd6fd3f |
UTF-8 | 룶悳∨艅퓦 | 111010111010001110110110111001101000001010110011111000101000100010101000111010001000100110000101111011011001001110100110 | eba3b6e682b3e288a8e88985ed93a6 |
UHC | 룶悳∨艅퓦 | 10001111101010111101001111101101101000011111110111100110101010011011111110001111 | 8fabd3eda1fde6a9bf8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)