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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 巐橲坎~ | 11111010101101101001111011101101100110101010101001111110 | fab69eed9aaa7e |
EUC-JP | 巐橲坎~ | 1000111110111011111110011101110011101111110101001010110001111110 | 8fbbf9dcefd4ac7e |
UTF-8 | 巐橲坎~ | 11100101101101111001000011100110101010011011001011100101100111011000111001111110 | e5b790e6a9b2e59d8e7e |
UHC | ??坎~ | 0011111100111111110010101110110001111110 | 3f3fcaec7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)