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 | 襞刃}襞刃{^ | 1110010111111100100100000110111001111101111001011111110010010000011011100111101101011110 | e5fc906e7de5fc906e7b5e |
EUC-JP | 襞刃}襞刃{^ | 1110101011111110101111111100111101111101111010101111111010111111110011110111101101011110 | eafebfcf7deafebfcf7b5e |
UTF-8 | 襞刃}襞刃{^ | 111010001010010110011110111001011000100010000011011111011110100010100101100111101110010110001000100000110111101101011110 | e8a59ee588837de8a59ee588837b5e |
UHC | ?刃}?刃{^ | 001111111110110011010011011111010011111111101100110100110111101101011110 | 3fecd37d3fecd37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)