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 | 蔟糯赶蠏 | 1110010011110101111000101111011111111011101100001110010110110101 | e4f5e2f7fbb0e5b5 |
EUC-JP | 蔟糯?蠏 | 11101000111101111110010011111001001111111110101010110111 | e8f7e4f93feab7 |
UTF-8 | 蔟糯赶蠏 | 111010001001010010011111111001111011001110101111111010001011010110110110111010001010000010001111 | e8949fe7b3afe8b5b6e8a08f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)