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 | 竟啄∞ | 111010001110110110010001111011011000000110000111 | e8ed91ed8187 |
EUC-JP | 竟啄∞ | 111100001110111111000010111011111010000111100111 | f0efc2efa1e7 |
UTF-8 | 竟啄∞ | 111001111010101110011111111001011001010110000100111000101000100010011110 | e7ab9fe59584e2889e |
UHC | 竟啄∞ | 110011001110010111110110111100101010000111000100 | cce5f6f2a1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)