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 | 椀?}椀?{^ | 100110000110111100111111011111011001100001101111001111110111101101011110 | 986f3f7d986f3f7b5e |
EUC-JP | 椀縕}椀縕{^ | 11001111110100001000111111010100110000100111110111001111110100001000111111010100110000100111101101011110 | cfd08fd4c27dcfd08fd4c27b5e |
UTF-8 | 椀縕}椀縕{^ | 111001101010010010000000111001111011100010010101011111011110011010100100100000001110011110111000100101010111101101011110 | e6a480e7b8957de6a480e7b8957b5e |
UHC | 椀縕}椀縕{^ | 1110100011001010111010001011001001111101111010001100101011101000101100100111101101011110 | e8cae8b27de8cae8b27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)