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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 倧??? | 100011111011000111011001001111110011111100111111 | 8fb1d93f3f3f |
UTF-8 | 倧셈씌뤸 | 111001011000000010100111111011001000010110001000111011001001010010001100111010111010010010111000 | e580a7ec8588ec948ceba4b8 |
UHC | 倧셈씌뤸 | 1111000011110010101111001100000010111110101110101000111111100110 | f0f2bcc0beba8fe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)