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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霎ッ竏オ遨 | 1110100010111110101011111110001010001000101101011110011110101001 | e8beafe288b5e7a9 |
EUC-JP | 霎ッ竏オ遨 | 11110000110000001000111010101111111000111110100010001110101101011110111010101011 | f0c08eafe3e88eb5eeab |
UTF-8 | 霎ッ竏オ遨 | 111010011001110010001110111011111011110110101111111001111010101110001111111011111011110110110101111010011000000110101000 | e99c8eefbdafe7ab8fefbdb5e981a8 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)