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 | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 驕懷キスk | 11101001100000011001110011100101101101111011110101101011 | e9819ce5b7bd6b |
EUC-JP | 驕懷キスk | 111100011110000111011000111001111000111010110111100011101011110101101011 | f1e1d8e78eb78ebd6b |
UTF-8 | 驕懷キスk | 11101001101010011001010111100110100001111011011111101111101111011011011111101111101111011011110101101011 | e9a995e687b7efbdb7efbdbd6b |
UHC | 驕懷??k | 11001110111101101111110011100011001111110011111101101011 | cef6fce33f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)