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 | 室質 | 1111000111101000100011101011101011110000101100101000111010111111 | f1e88ebaf0b28ebf |
EUC-JP | ?室?質 | 001111111011110010111100001111111011110011000001 | 3fbcbc3fbcc1 |
UTF-8 | 室質 | 111011101000010110100011111001011010111010100100111011101000000110110001111010001011001110101010 | ee85a3e5aea4ee81b1e8b3aa |
UHC | ?室?質 | 001111111110001111111000001111111111001011110101 | 3fe3f83ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)