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 | 妖企? | 1001011101100100100010101110100100111111 | 97648ae93f |
EUC-JP | 妖企? | 1100110111000101101101001110101100111111 | cdc5b4eb3f |
UTF-8 | 妖企봅 | 111001011010011010010110111001001011110010000001111010111011010010000101 | e5a696e4bc81ebb485 |
UHC | 妖企봅 | 111010001110110111010000111010101011101010111110 | e8edd0eababe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)