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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?消消 | 0011111110001111110000011000111111000001 | 3f8fc18fc1 |
EUC-JP | ?消消 | 0011111110111110110000111011111011000011 | 3fbec3bec3 |
UTF-8 | 뤵消消 | 111010111010010010110101111001101011011010001000111001101011011010001000 | eba4b5e6b688e6b688 |
UHC | 뤵消消 | 100011111110001111100001101111001110000110111100 | 8fe3e1bce1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)