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 | ???忌? | 001111110011111100111111100010101111010100111111 | 3f3f3f8af53f |
EUC-JP | ???忌? | 001111110011111100111111101101001111011100111111 | 3f3f3fb4f73f |
UTF-8 | 뤶빡뤓忌랍 | 111010111010010010110110111010111011100110100001111010111010010010010011111001011011111110001100111010111001111010001101 | eba4b6ebb9a1eba493e5bf8ceb9e8d |
UHC | 뤶빡뤓忌랍 | 10001111111001001011101011111101100011111100001111010000111110111011011011111000 | 8fe4bafd8fc3d0fbb6f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)