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 | 薰、豎食 | 11111011100111101010010011100110101100011001000001001000 | fb9ea4e6b19048 |
EUC-JP | ?、豎食 | 00111111100011101010010011101100101100111011111110101001 | 3f8ea4ecb3bfa9 |
UTF-8 | 薰、豎食 | 111010001001011010110000111011111011110110100100111010001011000110001110111010011010001110011111 | e896b0efbda4e8b18ee9a39f |
UHC | 薰??食 | 111111011011100100111111001111111110001111011101 | fdb93f3fe3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)