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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 丞??E | 1000111111100101001111110011111101000101 | 8fe53f3f45 |
EUC-JP | 丞??E | 1011111011100111001111110011111101000101 | bee73f3f45 |
UTF-8 | 丞됯듣E | 11100100101110001001111011101011100100001010111111101011100100111010001101000101 | e4b89eeb90afeb93a345 |
UHC | 丞됯듣E | 11100011101010101000100111101010101101011110100001000101 | e3aa89eab5e845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)