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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 赶臥汞\ | 11111011101100001000100111100111100111111000011101011100 | fbb089e79f875c |
EUC-JP | ?臥汞\ | 001111111011001011101001110111011110011101011100 | 3fb2e9dde75c |
UTF-8 | 赶臥汞\ | 11101000101101011011011011101000100001111010010111100110101100011001111001011100 | e8b5b6e887a5e6b19e5c |
UHC | ?臥汞\ | 001111111110100011000010111110111111000101011100 | 3fe8c2fbf15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)