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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 鶯痔犱ァシBF | 11101001111100101000111010100100111110110101101110100111101111000100001001000110 | e9f28ea4fb5ba7bc4246 |
EUC-JP | 鶯痔犱ァシBF | 11110010111101001011110010100110100011111100101011101111100011101010011110001110101111000100001001000110 | f2f4bca68fcaef8ea78ebc4246 |
UTF-8 | 鶯痔犱ァシBF | 1110100110110110101011111110011110010111100101001110011110001010101100011110111110111101101001111110111110111101101111000100001001000110 | e9b6afe79794e78ab1efbda7efbdbc4246 |
UHC | 鶯痔???BF | 111001011010001111110110110000000011111100111111001111110100001001000110 | e5a3f6c03f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)