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 | 愕?恂循 | 10011100101100010011111110011100100101101000111101111010 | 9cb13f9c968f7a |
EUC-JP | 愕?恂循 | 11011000101100110011111111010111111101101011110111011011 | d8b33fd7f6bddb |
UTF-8 | 愕栒恂循 | 111001101000010010010101111001101010000010010010111001101000000110000010111001011011111010101010 | e68495e6a092e68182e5beaa |
UHC | 愕栒恂循 | 1110010011000011111000101110001111100010111000011110001011100000 | e4c3e2e3e2e1e2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)