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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 亨ε? | 1000101110011100100000111100001100111111 | 8b9c83c33f |
EUC-JP | 亨ε? | 1011010111111100101001101100010100111111 | b5fca6c53f |
UTF-8 | 亨ε뤀 | 1110010010111010101010001100111010110101111010111010010010000000 | e4baa8ceb5eba480 |
UHC | 亨ε뤀 | 111110101111101110100101111001011000111110110001 | fafba5e58fb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)