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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 炫璽鉑 | 111110110101001010001110101000111111101111001001 | fb528ea3fbc9 |
EUC-JP | 炫璽鉑 | 1000111111001001110100111011110010100101100011111110001111100001 | 8fc9d3bca58fe3e1 |
UTF-8 | 炫璽鉑 | 111001111000001010101011111001111001001010111101111010011000100110010001 | e782abe792bde98991 |
UHC | 炫璽? | 1111101011011011110111111101111000111111 | fadbdfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)