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 | 﨑檎沚浯 | 1111101010110001100011001110011110011111100011011111101011111100 | fab18ce79f8dfafc |
EUC-JP | ?檎沚浯 | 0011111110111000111010011101110111101101100011111100011111000011 | 3fb8e9dded8fc7c3 |
UTF-8 | 﨑檎沚浯 | 111011111010100010010001111001101010101010001110111001101011001010011010111001101011010110101111 | efa891e6aa8ee6b29ae6b5af |
UHC | ?檎沚? | 001111111101000011010101111100101010111100111111 | 3fd0d5f2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)