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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ク?豸垬^ | 10111000001111111110011010110110111110101001100001011110 | b83fe6b6fa985e |
EUC-JP | ク垽豸垬^ | 1000111010111000100011111011011111100110111011001011100010001111101101111110010001011110 | 8eb88fb7e6ecb88fb7e45e |
UTF-8 | ク垽豸垬^ | 11101111101111011011100011100101100111101011110111101000101100011011100011100101100111101010110001011110 | efbdb8e59ebde8b1b8e59eac5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)