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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 題鸞}題鸞{^ | 1001000111101000111010100110000101111101100100011110100011101010011000010111101101011110 | 91e8ea617d91e8ea617b5e |
EUC-JP | 題鸞}題鸞{^ | 1100001011101010111100111100001001111101110000101110101011110011110000100111101101011110 | c2eaf3c27dc2eaf3c27b5e |
UTF-8 | 題鸞}題鸞{^ | 111010011010000110001100111010011011100010011110011111011110100110100001100011001110100110111000100111100111101101011110 | e9a18ce9b89e7de9a18ce9b89e7b5e |
UHC | 題鸞}題鸞{^ | 1111000010111001110101011011011001111101111100001011100111010101101101100111101101011110 | f0b9d5b67df0b9d5b67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)