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 | 茆舁燻 | 111001001001101111100100011011001110000010001110 | e49be46ce08e |
EUC-JP | 茆舁燻 | 111001111111101111100111110011011101111111101110 | e7fbe7cddfee |
UTF-8 | 茆舁燻 | 111010001000110010000110111010001000100010000001111001111000011110111011 | e88c86e88881e787bb |
UHC | ??燻 | 00111111001111111111110110111000 | 3f3ffdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)