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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 菴扠B | 1110010010111101100111010100110001000010 | e4bd9d4c42 |
EUC-JP | 菴扠B | 1110100010111111110110011010110101000010 | e8bfd9ad42 |
UTF-8 | 菴扠B | 11101000100011111011010011100110100010011010000001000010 | e88fb4e689a042 |
UHC | 菴?B | 11100100111000000011111101000010 | e4e03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)