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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | 荵伜スァW | 11100100101110011001100011100101101111011010011101010111 | e4b998e5bda757 |
EUC-JP | 荵伜スァW | 111010001011101111010000111001111000111010111101100011101010011101010111 | e8bbd0e78ebd8ea757 |
UTF-8 | 荵伜スァW | 11101000100011011011010111100100101111001001110011101111101111011011110111101111101111011010011101010111 | e88db5e4bc9cefbdbdefbda757 |
UHC | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)