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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 禎竇?雍六 | 100100101111010111100010100001010011111111101000101101001001100001011010 | 92f5e2853fe8b4985a |
EUC-JP | 禎竇?雍六 | 110001001111011111100011111001010011111111110000101101101100111110111011 | c4f7e3e53ff0b6cfbb |
UTF-8 | 禎竇樂雍六 | 111001111010011010001110111001111010101110000111111011111010010010010100111010011001101110001101111001011000010110101101 | e7a68ee7ab87efa494e99b8de585ad |
UHC | 禎竇樂雍六 | 11101111111011101101010011100100110100011110001011101000101111001101011110111111 | efeed4e4d1e2e8bcd7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)