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 | 茯亥胸 | 111001001010100010001000111001011000101110111001 | e4a888e58bb9 |
EUC-JP | 茯亥胸 | 111010001010101010110000111001111011011010111011 | e8aab0e7b6bb |
UTF-8 | 茯亥胸 | 111010001000110010101111111001001011101010100101111010001000001110111000 | e88cafe4baa5e883b8 |
UHC | 茯亥胸 | 110111001101101011111010101001001111110111011000 | dcdafaa4fdd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)