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 | ?須? | 00111111100100000111101100111111 | 3f907b3f |
EUC-JP | ?須? | 00111111101111111101110000111111 | 3fbfdc3f |
UTF-8 | 슘須슘 | 111011001000101010011000111010011010000010001000111011001000101010011000 | ec8a98e9a088ec8a98 |
UHC | 슘須슘 | 101111011011011111100010110011101011110110110111 | bdb7e2cebdb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)