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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 粲爿x | 1110001011101010111000001010101101111000 | e2eae0ab78 |
EUC-JP | 粲爿x | 1110010011101100111000001010110101111000 | e4ece0ad78 |
UTF-8 | 粲爿x | 11100111101100101011001011100111100010001011111101111000 | e7b2b2e788bf78 |
UHC | 粲?x | 11110011110001000011111101111000 | f3c43f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)