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 | 跿勘櫂 | 111001101111001110001010101010001001111101000100 | e6f38aa89f44 |
EUC-JP | 跿勘櫂 | 111011001111010110110100101010101101110110100101 | ecf5b4aadda5 |
UTF-8 | 跿勘櫂 | 111010001011011110111111111001011000101110011000111001101010101110000010 | e8b7bfe58b98e6ab82 |
UHC | ?勘櫂 | 0011111111001010111010111101010010100010 | 3fcaebd4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)