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 | ?純}?純{^ | 001111111000111110000011011111010011111110001111100000110111101101011110 | 3f8f837d3f8f837b5e |
EUC-JP | ?純}?純{^ | 001111111011110111100011011111010011111110111101111000110111101101011110 | 3fbde37d3fbde37b5e |
UTF-8 | 蓮純}蓮純{^ | 111011111010011010011001111001111011010010010100011111011110111110100110100110011110011110110100100101000111101101011110 | efa699e7b4947defa699e7b4947b5e |
UHC | 蓮純}蓮純{^ | 1110011011100101111000101110110101111101111001101110010111100010111011010111101101011110 | e6e5e2ed7de6e5e2ed7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)