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 | 巐・モ | 111110101011011011110010101101101010010111010011 | fab6f2b6a5d3 |
EUC-JP | 巐?・モ | 1000111110111011111110010011111110001110101001011000111011010011 | 8fbbf93f8ea58ed3 |
UTF-8 | 巐・モ | 111001011011011110010000111011101000011110101101111011111011110110100101111011111011111010010011 | e5b790ee87adefbda5efbe93 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)