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 | 1110000010101000111000001011010001000010 | e0a8e0b442 |
EUC-JP | 爲犇B | 1110000010101010111000001011011001000010 | e0aae0b642 |
UTF-8 | 爲犇B | 11100111100010001011001011100111100010101000011101000010 | e788b2e78a8742 |
UHC | 爲?B | 11101010110100110011111101000010 | ead33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)