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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔕掩┌砌 | 1110010011110110100010011000011010000100101000011110000111100100 | e4f6898684a1e1e4 |
EUC-JP | 蔕掩┌砌 | 1110100011111000101100011110011010101000101000111110001011100110 | e8f8b1e6a8a3e2e6 |
UTF-8 | 蔕掩┌砌 | 111010001001010010010101111001101000111010101001111000101001010010001100111001111010000010001100 | e89495e68ea9e2948ce7a08c |
UHC | ?掩┌? | 001111111110010111110011101001101010001100111111 | 3fe5f3a6a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)