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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
EUC-JP | 饔?\}饔?\{^ | 10001111111010001110111100111111010111000111110110001111111010001110111100111111010111000111101101011110 | 8fe8ef3f5c7d8fe8ef3f5c7b5e |
UTF-8 | 饔螺\}饔螺\{^ | 1110100110100101100101001110111110100100100100010101110001111101111010011010010110010100111011111010010010010001010111000111101101011110 | e9a594efa4915c7de9a594efa4915c7b5e |
UHC | 饔螺\}饔螺\{^ | 11101000101111011101000111011110010111000111110111101000101111011101000111011110010111000111101101011110 | e8bdd1de5c7de8bdd1de5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)