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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 諪렩롋븀렜 | 111010001010101110101010111010111010000010101001111010111010000110001011111010111011100010000000111010111010000010011100 | e8abaaeba0a9eba18bebb880eba09c |
UHC | 諪렩롋븀렜 | 11101111111101011000111010110111100011101101000110111010111001111000111010101110 | eff58eb78ed1bae78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)