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 | 陽痾竟陽 | 1001011101111010111000010111110111101000111011011001011101111010 | 977ae17de8ed977a |
EUC-JP | 陽痾竟陽 | 1100110111011011111000011101111011110000111011111100110111011011 | cddbe1def0efcddb |
UTF-8 | 陽痾竟陽 | 111010011001100110111101111001111001011110111110111001111010101110011111111010011001100110111101 | e999bde797bee7ab9fe999bd |
UHC | 陽?竟陽 | 11100101110101010011111111001100111001011110010111010101 | e5d53fcce5e5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)