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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 樟謳^ | 1000111110111110111001101001000001011110 | 8fbee6905e |
EUC-JP | 樟謳^ | 1011111011000000111010111111000001011110 | bec0ebf05e |
UTF-8 | 樟謳^ | 11100110101010001001111111101000101011001011001101011110 | e6a89fe8acb35e |
UHC | 樟謳^ | 1110110111101001110011111100010001011110 | ede9cfc45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)