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 | 諟磁褓 | 111110111010100010001110101001011110010111101110 | fba88ea5e5ee |
EUC-JP | 諟磁褓 | 10001111110111101011000010111100101001111110101011110000 | 8fdeb0bca7eaf0 |
UTF-8 | 諟磁褓 | 111010001010101110011111111001111010001110000001111010001010010010010011 | e8ab9fe7a381e8a493 |
UHC | ?磁褓 | 0011111111101101101110001101110011001110 | 3fedb8dcce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)