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 | 犇珮 | 111000001011010011100000111000011111000011100011 | e0b4e0e1f0e3 |
EUC-JP | 犇珮? | 1110000010110110111000001110001100111111 | e0b6e0e33f |
UTF-8 | 犇珮 | 111001111000101010000111111001111000111110101110111011101000001010100010 | e78a87e78faeee82a2 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)