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 | 擾讀}擾讀{^ | 1000111111101111111001101010010001111101100011111110111111100110101001000111101101011110 | 8fefe6a47d8fefe6a47b5e |
EUC-JP | 擾讀}擾讀{^ | 1011111011110001111011001010011001111101101111101111000111101100101001100111101101011110 | bef1eca67dbef1eca67b5e |
UTF-8 | 擾讀}擾讀{^ | 111001101001001110111110111010001010111010000000011111011110011010010011101111101110100010101110100000000111101101011110 | e693bee8ae807de693bee8ae807b5e |
UHC | 擾讀}擾讀{^ | 1110100011110110110101001100000101111101111010001111011011010100110000010111101101011110 | e8f6d4c17de8f6d4c17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)