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 | 殲釋五 | 100111110111001011100111110101111000110011011100 | 9f72e7d78cdc |
EUC-JP | 殲釋五 | 110111011101001111101110110110011011100011011110 | ddd3eed9b8de |
UTF-8 | 殲釋五 | 111001101010111010110010111010011000011110001011111001001011101010010100 | e6aeb2e9878be4ba94 |
UHC | 殲釋五 | 111000001110100011100000101101111110011111101001 | e0e8e0b7e7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)