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 | ?FB | 001111110100011001000010 | 3f4642 |
SJIS-WIN | FB | 11110010111000110100011001000010 | f2e34642 |
EUC-JP | ?FB | 001111110100011001000010 | 3f4642 |
UTF-8 | FB | 1110111010001000100110100100011001000010 | ee889a4642 |
UHC | ?FB | 001111110100011001000010 | 3f4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)