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 | 劑?k揄 | 10011001100111010011111110000010100010111001110110001001 | 999d3f828b9d89 |
EUC-JP | 劑?k揄 | 11010001111111010011111110100011111010111101100111101001 | d1fd3fa3ebd9e9 |
UTF-8 | 劑屢k揄 | 111001011000101010010001111011111010010110001011111011111011110110001011111001101000111110000100 | e58a91efa58befbd8be68f84 |
UHC | 劑屢k揄 | 1111000010100101110100101110010110100011111010111110101011110001 | f0a5d2e5a3ebeaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)