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 | 奠???? | 100110101111100100111111001111110011111100111111 | 9af93f3f3f3f |
EUC-JP | 奠???? | 110101001111101100111111001111110011111100111111 | d4fb3f3f3f3f |
UTF-8 | 奠렩롋븀렜 | 111001011010010110100000111010111010000010101001111010111010000110001011111010111011100010000000111010111010000010011100 | e5a5a0eba0a9eba18bebb880eba09c |
UHC | 奠렩롋븀렜 | 11101110111101011000111010110111100011101101000110111010111001111000111010101110 | eef58eb78ed1bae78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)