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 | 午??埇 | 100011001101111100111111001111111111101010011010 | 8cdf3f3ffa9a |
EUC-JP | 午??埇 | 10111000111000010011111100111111100011111011011111100111 | b8e13f3f8fb7e7 |
UTF-8 | 午섋쵛埇 | 111001011000110110001000111011001000010010001011111011001011010110011011111001011001111110000111 | e58d88ec848becb59be59f87 |
UHC | 午섋쵛埇 | 1110011111101101100110001110100010101100100111011110100110111001 | e7ed98e8ac9de9b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)