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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銓夬湿遞 | 1110011111110010100110101110110110001110101111001110011110101000 | e7f29aed8ebce7a8 |
EUC-JP | 銓夬湿遞 | 1110111011110100110101001110111110111100101111101110111010101010 | eef4d4efbcbeeeaa |
UTF-8 | 銓夬湿遞 | 111010011000101010010011111001011010010010101100111001101011100110111111111010011000000110011110 | e98a93e5a4ace6b9bfe9819e |
UHC | 銓??遞 | 111011111011000000111111001111111111010011110110 | efb03f3ff4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)