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 | 材?碇? | 100011011101111000111111100100101111010000111111 | 8dde3f92f43f |
EUC-JP | 材?碇? | 101110101110000000111111110001001111011000111111 | bae03fc4f63f |
UTF-8 | 材렚碇렢 | 111001101001110110010000111010111010000010011010111001111010001010000111111010111010000010100010 | e69d90eba09ae7a287eba0a2 |
UHC | 材렚碇렢 | 1110111010100111100011101010110111101111111011011000111010110011 | eea78eadefed8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)