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 | 竅?}竅?{^ | 111000101000000100111111011111011110001010000001001111110111101101011110 | e2813f7de2813f7b5e |
EUC-JP | 竅?}竅?{^ | 111000111110000100111111011111011110001111100001001111110111101101011110 | e3e13f7de3e13f7b5e |
UTF-8 | 竅쌤}竅쌤{^ | 111001111010101110000101111011001000110010100100011111011110011110101011100001011110110010001100101001000111101101011110 | e7ab85ec8ca47de7ab85ec8ca47b5e |
UHC | 竅쌤}竅쌤{^ | 1101000010101011101111011101110001111101110100001010101110111101110111000111101101011110 | d0abbddc7dd0abbddc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)