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 | è·£}B | 1110100010110111101000110111110101000010 | e8b7a37d42 |
SJIS-WIN | ??£}B | 001111110011111110000001100100100111110101000010 | 3f3f81927d42 |
EUC-JP | è?£}B | 1000111110101011101100100011111110100001111100100111110101000010 | 8fabb23fa1f27d42 |
UTF-8 | è·£}B | 1100001110101000110000101011011111000010101000110111110101000010 | c3a8c2b7c2a37d42 |
UHC | ?·?}B | 001111111010000110100100001111110111110101000010 | 3fa1a43f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)