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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉤鈴ーケ裨 | 1110011111101010100101111110100110110000101110011110010111101001 | e7ea97e9b0b9e5e9 |
EUC-JP | 鉤鈴ーケ裨 | 11101110111011001100111011101011100011101011000010001110101110011110101011101011 | eeecceeb8eb08eb9eaeb |
UTF-8 | 鉤鈴ーケ裨 | 111010011000100110100100111010011000100010110100111011111011110110110000111011111011110110111001111010001010001110101000 | e989a4e988b4efbdb0efbdb9e8a3a8 |
UHC | 鉤鈴??裨 | 1100111111001001110101101100001000111111001111111101111010100101 | cfc9d6c23f3fdea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)