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 | 湲?第?源 | 1001111111010001001111111001000111100110001111111000110010111001 | 9fd13f91e63f8cb9 |
EUC-JP | 湲?第?源 | 1101111011010011001111111100001011101000001111111011100010111011 | ded33fc2e83fb8bb |
UTF-8 | 湲렣第렞源 | 111001101011100110110010111010111010000010100011111001111010110010101100111010111010000010011110111001101011101010010000 | e6b9b2eba0a3e7acaceba09ee6ba90 |
UHC | 湲렣第렞源 | 11101010101110001000111010110100111100001010111110001110101011111110101010111001 | eab88eb4f0af8eafeab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)