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 | 蝓溪超 | 111001011001111110011111111000101001001010110100 | e59f9fe292b4 |
EUC-JP | 蝓溪超 | 111010101010000111011110111001001100010010110110 | eaa1dee4c4b6 |
UTF-8 | 蝓溪超 | 111010001001110110010011111001101011101010101010111010001011011010000101 | e89d93e6baaae8b685 |
UHC | ?溪超 | 0011111111001101101000101111010110110001 | 3fcda2f5b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)