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 | 奧??訝? | 10011010111110100011111100111111111001100110001000111111 | 9afa3f3fe6623f |
EUC-JP | 奧??訝? | 11010100111111000011111100111111111010111100001100111111 | d4fc3f3febc33f |
UTF-8 | 奧싦펹訝놟 | 111001011010010110100111111011001000101110100110111011011000111010111001111010001010100010011101111010111000011010011111 | e5a5a7ec8ba6ed8eb9e8a89deb869f |
UHC | 奧싦펹訝놟 | 11100111111100111001101011100100101111001000100111100100101110001000011101000010 | e7f39ae4bc89e4b88742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)