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 | 覽圓}覽圓{^ | 1110011001010100100110101010001001111101111001100101010010011010101000100111101101011110 | e6549aa27de6549aa27b5e |
EUC-JP | 覽圓}覽圓{^ | 1110101110110101110101001010010001111101111010111011010111010100101001000111101101011110 | ebb5d4a47debb5d4a47b5e |
UTF-8 | 覽圓}覽圓{^ | 111010001010011010111101111001011001110010010011011111011110100010100110101111011110010110011100100100110111101101011110 | e8a6bde59c937de8a6bde59c937b5e |
UHC | 覽圓}覽圓{^ | 1101010111000010111010101010110101111101110101011100001011101010101011010111101101011110 | d5c2eaad7dd5c2eaad7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)