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 | 趾?烝 | 1110011011100100001111111110000001111110 | e6e43fe07e |
EUC-JP | 趾?烝 | 1110110011100110001111111101111111011111 | ece63fdfdf |
UTF-8 | 趾렒烝 | 111010001011011010111110111010111010000010010010111001111000001110011101 | e8b6beeba092e7839d |
UHC | 趾렒烝 | 111100101011111110001110101001111111000111110110 | f2bf8ea7f1f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)