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 | 罌ш隈諛 | 1110001110100000100001001000101010001100010001111110011010000111 | e3a0848a8c47e687 |
EUC-JP | 罌ш隈諛 | 1110011010100010101001111110101010110111101010001110101111100111 | e6a2a7eab7a8ebe7 |
UTF-8 | 罌ш隈諛 | 1110011110111101100011001101000110001000111010011001101010001000111010001010101110011011 | e7bd8cd188e99a88e8ab9b |
UHC | 罌ш?諛 | 11100101101000101010110011101010001111111110101110110000 | e5a2acea3febb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)