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 | 鍜¥輯 | 111010000100011110000001100011111000111101010011 | e847818f8f53 |
EUC-JP | 鍜¥輯 | 111011111010100010100001111011111011110110110100 | efa8a1efbdb4 |
UTF-8 | 鍜¥輯 | 111010011000110110011100111011111011111110100101111010001011110010101111 | e98d9cefbfa5e8bcaf |
UHC | ?¥輯 | 0011111110100001110011011111001011111110 | 3fa1cdf2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)