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 | 湜軸瀅 | 111110110100011110001110101100101111101101001110 | fb478eb2fb4e |
EUC-JP | 湜軸瀅 | 1000111111000111111111001011110010110100100011111100100110101011 | 8fc7fcbcb48fc9ab |
UTF-8 | 湜軸瀅 | 111001101011100110011100111010001011101110111000111001111000000010000101 | e6b99ce8bbb8e78085 |
UHC | 湜軸瀅 | 111000111101011111110101111011101111101110100100 | e3d7f5eefba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)