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 | 陽痾竟 | 100101110111101011100001011111011110100011101101 | 977ae17de8ed |
EUC-JP | 陽痾竟 | 110011011101101111100001110111101111000011101111 | cddbe1def0ef |
UTF-8 | 陽痾竟 | 111010011001100110111101111001111001011110111110111001111010101110011111 | e999bde797bee7ab9f |
UHC | 陽?竟 | 1110010111010101001111111100110011100101 | e5d53fcce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)