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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-WIN | 映??O | 1000100101100110001111110011111101001111 | 89663f3f4f |
EUC-JP | 映??O | 1011000111000111001111110011111101001111 | b1c73f3f4f |
UTF-8 | 映뚲궑O | 11100110100110001010000011101011100110101011001011101010101101101001000101001111 | e698a0eb9ab2eab6914f |
UHC | 映뚲궑O | 11100111101100011000110011101110100000101010011001001111 | e7b18cee82a64f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)