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 | 窪?賈 | 1000110001000101001111111110011011001001 | 8c453fe6c9 |
EUC-JP | 窪?賈 | 1011011110100110001111111110110011001011 | b7a63feccb |
UTF-8 | 窪찌賈 | 111001111010101010101010111011001011000010001100111010001011001110001000 | e7aaaaecb08ce8b388 |
UHC | 窪찌賈 | 111010001100000111000010111011101100101010111001 | e8c1c2eecab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)