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 | 氏隅}氏隅{^ | 1000111010000001100010111111011101111101100011101000000110001011111101110111101101011110 | 8e818bf77d8e818bf77b5e |
EUC-JP | 氏隅}氏隅{^ | 1011101111100001101101101111100101111101101110111110000110110110111110010111101101011110 | bbe1b6f97dbbe1b6f97b5e |
UTF-8 | 氏隅}氏隅{^ | 111001101011000010001111111010011001101010000101011111011110011010110000100011111110100110011010100001010111101101011110 | e6b08fe99a857de6b08fe99a857b5e |
UHC | 氏隅}氏隅{^ | 1110010010101011111010011110101001111101111001001010101111101001111010100111101101011110 | e4abe9ea7de4abe9ea7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)