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 | 惹??賃 | 100011101110010000111111001111111001001011000000 | 8ee43f3f92c0 |
EUC-JP | 惹?˘賃 | 1011110011100110001111111000111110100010101011111100010011000010 | bce63f8fa2afc4c2 |
UTF-8 | 惹곷˘賃 | 1110011010000011101110011110101010110011101101111100101110011000111010001011001110000011 | e683b9eab3b7cb98e8b383 |
UHC | 惹곷˘賃 | 1110010110101001100000011110101110100010101010001110110011111100 | e5a981eba2a8ecfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)