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 | ??¤? | 00111111001111111010010000111111 | 3f3fa43f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??¤? | 001111110011111110001111101000101111000000111111 | 3f3f8fa2f03f |
UTF-8 | 룶햶¤룴 | 1110101110100011101101101110110110010110101101101100001010100100111010111010001110110100 | eba3b6ed96b6c2a4eba3b4 |
UHC | 룶햶¤룴 | 1000111110101011110000011000111110100010101101001000111110101001 | 8fabc18fa2b48fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)