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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?攀?? | 0011111110011101101100110011111100111111 | 3f9db33f3f |
EUC-JP | 珽攀?? | 10001111110010111111111011011010101101010011111100111111 | 8fcbfedab53f3f |
UTF-8 | 珽攀렯쉑 | 111001111000111110111101111001101001010010000000111010111010000010101111111011001000100110010001 | e78fbde69480eba0afec8991 |
UHC | 珽攀렯쉑 | 1110111111101010110110101110011110001110101111001011110110100111 | efeadae78ebcbda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)