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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湜汐瀅 | 111110110100011110001110101011001111101101001110 | fb478eacfb4e |
EUC-JP | 湜汐瀅 | 1000111111000111111111001011110010101110100011111100100110101011 | 8fc7fcbcae8fc9ab |
UTF-8 | 湜汐瀅 | 111001101011100110011100111001101011000110010000111001111000000010000101 | e6b99ce6b190e78085 |
UHC | 湜汐瀅 | 111000111101011111100000101100011111101110100100 | e3d7e0b1fba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)