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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | ?舌矮Y | 001111111001000011100011111000011110001001011001 | 3f90e3e1e259 |
EUC-JP | ?舌矮Y | 001111111100000011100101111000101110010001011001 | 3fc0e5e2e459 |
UTF-8 | 뾸舌矮Y | 11101011101111101011100011101000100010001000110011100111100111111010111001011001 | ebbeb8e8888ce79fae59 |
UHC | 뾸舌矮Y | 10010111011110101110000011011111111010001110000101011001 | 977ae0dfe8e159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)