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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邨帛セ。隴 | 1110011110110101100110111110010110111110101000011110100010101101 | e7b59be5bea1e8ad |
EUC-JP | 邨帛セ。隴 | 11101110101101111101011011100111100011101011111010001110101000011111000010101111 | eeb7d6e78ebe8ea1f0af |
UTF-8 | 邨帛セ。隴 | 111010011000001010101000111001011011100010011011111011111011110110111110111011111011110110100001111010011001101010110100 | e982a8e5b89befbdbeefbda1e99ab4 |
UHC | 邨帛??? | 11110101101111101101101111011001001111110011111100111111 | f5bedbd93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)