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 | ¼P^ | 1001000010111100100100010101000001011110 | 90bc91505e |
SJIS-WIN | ???P^ | 0011111100111111001111110101000001011110 | 3f3f3f505e |
EUC-JP | ???P^ | 0011111100111111001111110101000001011110 | 3f3f3f505e |
UTF-8 | ¼P^ | 1100001010010000110000101011110011000010100100010101000001011110 | c290c2bcc291505e |
UHC | ?¼?P^ | 001111111010100011111001001111110101000001011110 | 3fa8f93f505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)