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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陽唸竟 | 100101110111101010011010010110001110100011101101 | 977a9a58e8ed |
EUC-JP | 陽唸竟 | 110011011101101111010011101110011111000011101111 | cddbd3b9f0ef |
UTF-8 | 陽唸竟 | 111010011001100110111101111001011001010010111000111001111010101110011111 | e999bde594b8e7ab9f |
UHC | 陽?竟 | 1110010111010101001111111100110011100101 | e5d53fcce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)