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 | ??æ??? | 001111110011111111100110001111110011111100111111 | 3f3fe63f3f3f |
SJIS-WIN | ?悳??純? | 0011111110011100011110110011111100111111100011111000001100111111 | 3f9c7b3f3f8f833f |
EUC-JP | ?悳æ?純? | 00111111110101111101110010001111101010011100000100111111101111011110001100111111 | 3fd7dc8fa9c13fbde33f |
UTF-8 | 룶悳æ룵純㈐ | 1110101110100011101101101110011010000010101100111100001110100110111010111010001110110101111001111011010010010100111000111000100010010000 | eba3b6e682b3c3a6eba3b5e7b494e38890 |
UHC | 룶悳æ룵純㈐ | 100011111010101111010011111011011010100110100001100011111010101011100010111011011010100111000001 | 8fabd3eda9a18faae2eda9c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)