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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 室質 | 11110001111010001000111010111010111100001011001010001110101111111111001010110110 | f1e88ebaf0b28ebff2b6 |
EUC-JP | ?室?質? | 00111111101111001011110000111111101111001100000100111111 | 3fbcbc3fbcc13f |
UTF-8 | 室質 | 111011101000010110100011111001011010111010100100111011101000000110110001111010001011001110101010111011101000011110101101 | ee85a3e5aea4ee81b1e8b3aaee87ad |
UHC | ?室?質? | 00111111111000111111100000111111111100101111010100111111 | 3fe3f83ff2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)