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 | 鉤怜シ | 1110011111101010100101111110010110111100 | e7ea97e5bc |
EUC-JP | 鉤怜シ | 111011101110110011001110111001111000111010111100 | eeeccee78ebc |
UTF-8 | 鉤怜シ | 111010011000100110100100111001101000000010011100111011111011110110111100 | e989a4e6809cefbdbc |
UHC | 鉤怜? | 1100111111001001110101101011101100111111 | cfc9d6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)