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 | 珥逗?但 | 11100000111000001001000010000000001111111001001001000001 | e0e090803f9241 |
EUC-JP | 珥逗?但 | 11100000111000101011111111100000001111111100001110100010 | e0e2bfe03fc3a2 |
UTF-8 | 珥逗렡但 | 111001111000111110100101111010011000000010010111111010111010000010100001111001001011110110000110 | e78fa5e98097eba0a1e4bd86 |
UHC | 珥逗렡但 | 1110110010110100110101001110100010001110101100101101001110100011 | ecb4d4e88eb2d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)