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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | ??瓣~ | 0011111100111111111000010100000101111110 | 3f3fe1417e |
EUC-JP | ??瓣~ | 0011111100111111111000011010001001111110 | 3f3fe1a27e |
UTF-8 | 룴접瓣~ | 11101011101000111011010011101100101000001001000111100111100100111010001101111110 | eba3b4eca091e793a37e |
UHC | 룴접瓣~ | 10001111101010011100000110100010111101111111101101111110 | 8fa9c1a2f7fb7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)