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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ヤⅰユャ | 1101010011111010010000001101010110101100 | d4fa40d5ac |
EUC-JP | ヤ?ユャ | 10001110110101000011111110001110110101011000111010101100 | 8ed43f8ed58eac |
UTF-8 | ヤⅰユャ | 111011111011111010010100111000101000010110110000111011111011111010010101111011111011110110101100 | efbe94e285b0efbe95efbdac |
UHC | ?ⅰ?? | 0011111110100101101000010011111100111111 | 3fa5a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)