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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譯??宥? | 11100110101000010011111100111111100101110100011100111111 | e6a13f3f97473f |
EUC-JP | 譯??宥? | 11101100101000110011111100111111110011011010100000111111 | eca33f3fcda83f |
UTF-8 | 譯롮쉺宥쬑 | 111010001010110110101111111010111010000110101110111011001000100110111010111001011010111010100101111011001010110010010001 | e8adafeba1aeec89bae5aea5ecac91 |
UHC | 譯롮쉺宥쬑 | 11100110101110111000111011101100100110101001000011101010111010011010011101000110 | e6bb8eec9a90eae9a746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)