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 | 11101000111100101000111010100100111110110101101110100111101111000100001001000110 | e8f28ea4fb5ba7bc4246 |
EUC-JP | 頸痔犱ァシBF | 11110000111101001011110010100110100011111100101011101111100011101010011110001110101111000100001001000110 | f0f4bca68fcaef8ea78ebc4246 |
UTF-8 | 頸痔犱ァシBF | 1110100110100000101110001110011110010111100101001110011110001010101100011110111110111101101001111110111110111101101111000100001001000110 | e9a0b8e79794e78ab1efbda7efbdbc4246 |
UHC | 頸痔???BF | 110011001111001011110110110000000011111100111111001111110100001001000110 | ccf2f6c03f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)