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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 畯烽α | 111110110110111111100000100000101000001110111111 | fb6fe08283bf |
EUC-JP | 畯烽α | 10001111110011011011101111011111111000101010011011000001 | 8fcdbbdfe2a6c1 |
UTF-8 | 畯烽α | 1110011110010101101011111110011110000011101111011100111010110001 | e795afe783bdceb1 |
UHC | 畯烽α | 111100011110000111011100111010111010010111100001 | f1e1dceba5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)