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 | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | 将薜@B | 100011111010101111100101010011110100000001000010 | 8fabe54f4042 |
EUC-JP | 将薜@B | 101111101010110111101001101100000100000001000010 | beade9b04042 |
UTF-8 | 将薜@B | 1110010110110000100001101110100010010110100111000100000001000010 | e5b086e8969c4042 |
UHC | ??@B | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)