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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 肭翫勝 | 111000111110101110001010111000111000111110011111 | e3eb8ae38f9f |
EUC-JP | 肭翫勝 | 111001101110110110110100111001011011111010100001 | e6edb4e5bea1 |
UTF-8 | 肭翫勝 | 111010001000001010101101111001111011111110101011111001011000101110011101 | e882ade7bfabe58b9d |
UHC | ?翫勝 | 0011111111101000110100011110001110101101 | 3fe8d1e3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)