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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 襤埼∈B | 11100110010000011000110111101001100000011011100001000010 | e6418de981b842 |
EUC-JP | 襤埼∈B | 11101011101000101011101011101011101000101011101001000010 | eba2baeba2ba42 |
UTF-8 | 襤埼∈B | 11101000101001011010010011100101100111111011110011100010100010001000100001000010 | e8a5a4e59fbce2888842 |
UHC | 襤埼∈B | 11010101110000011101000011110010101000011111010001000010 | d5c1d0f2a1f442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)