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 | 北漏^ | 1001011001101011100110000101001001011110 | 966b98525e |
EUC-JP | 北漏^ | 1100101111001100110011111011001101011110 | cbcccfb35e |
UTF-8 | 北漏^ | 11100101100011001001011111100110101111001000111101011110 | e58c97e6bc8f5e |
UHC | 北漏^ | 1101110111000001110101111010100101011110 | ddc1d7a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)