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 | 處?}處?{^ | 100110010111110000111111011111011001100101111100001111110111101101011110 | 997c3f7d997c3f7b5e |
EUC-JP | 處?}處?{^ | 110100011101110100111111011111011101000111011101001111110111101101011110 | d1dd3f7dd1dd3f7b5e |
UTF-8 | 處셈}處셈{^ | 111010001001100110010101111011001000010110001000011111011110100010011001100101011110110010000101100010000111101101011110 | e89995ec85887de89995ec85887b5e |
UHC | 處셈}處셈{^ | 1111010010100101101111001100000001111101111101001010010110111100110000000111101101011110 | f4a5bcc07df4a5bcc07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)