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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莨件讐菴 | 1110010010111100100011001000111110001111010100011110010010111101 | e4bc8c8f8f51e4bd |
EUC-JP | 莨件讐菴 | 1110100010111110101101111110111110111101101100101110100010111111 | e8beb7efbdb2e8bf |
UTF-8 | 莨件讐菴 | 111010001000111010101000111001001011101110110110111010001010111010010000111010001000111110110100 | e88ea8e4bbb6e8ae90e88fb4 |
UHC | ?件讐菴 | 00111111110010111110110011100010110000101110010011100000 | 3fcbece2c2e4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)