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 | 蠕絶薄 | 111001011011111010010000111000101001010010010110 | e5be90e29496 |
EUC-JP | 蠕絶薄 | 111010101100000011000000111001001100011111110110 | eac0c0e4c7f6 |
UTF-8 | 蠕絶薄 | 111010001010000010010101111001111011010110110110111010001001011010000100 | e8a095e7b5b6e89684 |
UHC | ?絶薄 | 0011111111101111101111101101101011011101 | 3fefbedadd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)