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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 饌艘~ | 1110100101100001111001000111101001111110 | e961e47a7e |
EUC-JP | 饌艘~ | 1111000111000010111001111101101101111110 | f1c2e7db7e |
UTF-8 | 饌艘~ | 11101001101001011000110011101000100010011001100001111110 | e9a58ce889987e |
UHC | 饌?~ | 11110011110010100011111101111110 | f3ca3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)