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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 兮跚諍 | 100110010110000111100110111001111110011001111001 | 9961e6e7e679 |
EUC-JP | 兮跚諍 | 110100011100001011101100111010011110101111011010 | d1c2ece9ebda |
UTF-8 | 兮跚諍 | 111001011000010110101110111010001011011110011010111010001010101110001101 | e585aee8b79ae8ab8d |
UHC | 兮?諍 | 1111101110110001001111111110111010110101 | fbb13feeb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)