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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 弡唯 | 11111010101101111001011101000010 | fab79742 |
EUC-JP | 弡唯 | 1000111110111100111001001100110110100011 | 8fbce4cda3 |
UTF-8 | 弡唯 | 111001011011110010100001111001011001010010101111 | e5bca1e594af |
UHC | ?唯 | 001111111110101011100110 | 3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)