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 | 룴횕¤룴 | 1110101110100011101101001110110110011010100101011100001010100100111010111010001110110100 | eba3b4ed9a95c2a4eba3b4 |
UHC | 룴횕¤룴 | 1000111110101001110000111000111110100010101101001000111110101001 | 8fa9c38fa2b48fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)