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 | 茯э集 | 111001001010100010000100100011111000111101010111 | e4a8848f8f57 |
EUC-JP | 茯э集 | 111010001010101010100111111011111011110110111000 | e8aaa7efbdb8 |
UTF-8 | 茯э集 | 1110100010001100101011111101000110001101111010011001101110000110 | e88cafd18de99b86 |
UHC | 茯э集 | 110111001101101010101100111011111111001110100010 | dcdaaceff3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)