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 | 急芍刊? | 10001011011111011110010010001001100010101010011100111111 | 8b7de4898aa73f |
EUC-JP | 急芍刊? | 10110101110111101110011111101001101101001010100100111111 | b5dee7e9b4a93f |
UTF-8 | 急芍刊옵 | 111001101000000010100101111010001000101010001101111001011000100010001010111011001001100010110101 | e680a5e88a8de5888aec98b5 |
UHC | 急芍刊옵 | 1101000011100001111011011100101111001010110010101011111111001001 | d0e1edcbcacabfc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)