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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 奠??? | 1001101011111001001111110011111100111111 | 9af93f3f3f |
EUC-JP | 奠??? | 1101010011111011001111110011111100111111 | d4fb3f3f3f |
UTF-8 | 奠렩롋븀 | 111001011010010110100000111010111010000010101001111010111010000110001011111010111011100010000000 | e5a5a0eba0a9eba18bebb880 |
UHC | 奠렩롋븀 | 1110111011110101100011101011011110001110110100011011101011100111 | eef58eb78ed1bae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)