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 | 蝓狩栖 | 111001011001111110001110111010111001000010110010 | e59f8eeb90b2 |
EUC-JP | 蝓狩栖 | 111010101010000110111100111011011100000010110100 | eaa1bcedc0b4 |
UTF-8 | 蝓狩栖 | 111010001001110110010011111001111000101110101001111001101010000010010110 | e89d93e78ba9e6a096 |
UHC | ?狩栖 | 0011111111100010101011011101111111110111 | 3fe2addff7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)