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 | 靆雋}靆雋{^ | 1110100011001010111010001011001001111101111010001100101011101000101100100111101101011110 | e8cae8b27de8cae8b27b5e |
EUC-JP | 靆雋}靆雋{^ | 1111000011001100111100001011010001111101111100001100110011110000101101000111101101011110 | f0ccf0b47df0ccf0b47b5e |
UTF-8 | 靆雋}靆雋{^ | 111010011001110110000110111010011001101110001011011111011110100110011101100001101110100110011011100010110111101101011110 | e99d86e99b8b7de99d86e99b8b7b5e |
UHC | ?雋}?雋{^ | 001111111111000111100110011111010011111111110001111001100111101101011110 | 3ff1e67d3ff1e67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)