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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??絶警感^ | 001111110011111110010000111000101000110001111000100010101011010001011110 | 3f3f90e28c788ab45e |
EUC-JP | ??絶警感^ | 001111110011111111000000111001001011011111011001101101001011011001011110 | 3f3fc0e4b7d9b4b65e |
UTF-8 | 앎뤛絶警感^ | 11101100100101011000111011101011101001001001101111100111101101011011011011101000101011011010011011100110100001001001111101011110 | ec958eeba49be7b5b6e8ada6e6849f5e |
UHC | 앎뤛絶警感^ | 1011111011001101100011111100101011101111101111101100110011101101110010101110111101011110 | becd8fcaefbeccedcaef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)