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 | 鞨戊侮 | 111010001110000010010101111010001001010110001110 | e8e095e8958e |
EUC-JP | 鞨戊侮 | 111100001110001011001010111010101100100111101110 | f0e2caeac9ee |
UTF-8 | 鞨戊侮 | 111010011001111010101000111001101000100010001010111001001011111010101110 | e99ea8e6888ae4beae |
UHC | 鞨戊侮 | 110010101110101011011001111001101101100110110010 | caead9e6d9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)