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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 岦嫉x | 1111101010101100100011101011100101111000 | faac8eb978 |
EUC-JP | 岦嫉x | 100011111011101110110011101111001011101101111000 | 8fbbb3bcbb78 |
UTF-8 | 岦嫉x | 11100101101100101010011011100101101010111000100101111000 | e5b2a6e5ab8978 |
UHC | ?嫉x | 00111111111100101110110001111000 | 3ff2ec78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)