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 | ???怡? | 001111110011111100111111100111000111110100111111 | 3f3f3f9c7d3f |
EUC-JP | 濚??怡? | 1000111111001001101000010011111100111111110101111101111000111111 | 8fc9a13f3fd7de3f |
UTF-8 | 濚밸ㅉ怡폙 | 111001101011111110011010111010111011000010111000111000111000010110001001111001101000000010100001111011011000111110011001 | e6bf9aebb0b8e38589e680a1ed8f99 |
UHC | 濚밸ㅉ怡폙 | 11100111101110011011100111101011101001001011100111101100101011101011110101000010 | e7b9b9eba4b9ecaebd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)