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 | 神??? | 1001000001011111001111110011111100111111 | 905f3f3f3f |
EUC-JP | 神??? | 1011111111000000001111110011111100111111 | bfc03f3f3f |
UTF-8 | 神ㅽ렍렦 | 111001111010010110011110111000111000010110111101111010111010000010001101111010111010000010100110 | e7a59ee385bdeba08deba0a6 |
UHC | 神ㅽ렍렦 | 1110001111101010101001001110110110001110101000111000111010110101 | e3eaa4ed8ea38eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)