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 | 鐔¥習 | 111010000101110010000001100011111000111101001011 | e85c818f8f4b |
EUC-JP | 鐔¥習 | 111011111011110110100001111011111011110110101100 | efbda1efbdac |
UTF-8 | 鐔¥習 | 111010011001000010010100111011111011111110100101111001111011111110010010 | e99094efbfa5e7bf92 |
UHC | ?¥習 | 0011111110100001110011011110001110100111 | 3fa1cde3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)