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 | 輔輔^ | 1001010111100011100101011110001101011110 | 95e395e35e |
EUC-JP | 輔輔^ | 1100101011100101110010101110010101011110 | cae5cae55e |
UTF-8 | 輔輔^ | 11101000101111001001010011101000101111001001010001011110 | e8bc94e8bc945e |
UHC | 輔輔^ | 1101110011010000110111001101000001011110 | dcd0dcd05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)