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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓆南ッ申 | 11100100111011001001001111101100101011111001000001011100 | e4ec93ecaf905c |
EUC-JP | 蓆南ッ申 | 1110100011101110110001101110111010001110101011111011111110111101 | e8eec6ee8eafbfbd |
UTF-8 | 蓆南ッ申 | 111010001001001110000110111001011000110110010111111011111011110110101111111001111001010010110011 | e89386e58d97efbdafe794b3 |
UHC | 蓆南?申 | 11100000101101101101000111110101001111111110001111101001 | e0b6d1f53fe3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)