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 | ⅳ質ヨ | 11111010010000111000111010111111111100001100000011010110 | fa438ebff0c0d6 |
EUC-JP | ?質?ヨ | 001111111011110011000001001111111000111011010110 | 3fbcc13f8ed6 |
UTF-8 | ⅳ質ヨ | 111000101000010110110011111010001011001110101010111011101000000110111111111011111011111010010110 | e285b3e8b3aaee81bfefbe96 |
UHC | ⅳ質?? | 101001011010010011110010111101010011111100111111 | a5a4f2f53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)