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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 瀛??P | 1110000001101001001111110011111101010000 | e0693f3f50 |
EUC-JP | 瀛??P | 1101111111001010001111110011111101010000 | dfca3f3f50 |
UTF-8 | 瀛륂뢒P | 11100111100000001001101111101011101001011000001011101011101000101001001001010000 | e7809beba582eba29250 |
UHC | 瀛륂뢒P | 11100111101110101000111111101101100011110100110101010000 | e7ba8fed8f4d50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)