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 | 湲???? | 100111111101000100111111001111110011111100111111 | 9fd13f3f3f3f |
EUC-JP | 湲???? | 110111101101001100111111001111110011111100111111 | ded33f3f3f3f |
UTF-8 | 湲렕辰댐웠 | 111001101011100110110010111010111010000010010101111011111010010110110001111010111000110010010000111011001001101110100000 | e6b9b2eba095efa5b1eb8c90ec9ba0 |
UHC | 湲렕辰댐웠 | 11101010101110001000111010101010111000111111010110110100111011111011111111111100 | eab88eaae3f5b4efbffc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)