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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 妖??瑜? | 10010111011001000011111100111111111000001110111100111111 | 97643f3fe0ef3f |
EUC-JP | 妖??瑜? | 11001101110001010011111100111111111000001111000100111111 | cdc53f3fe0f13f |
UTF-8 | 妖껅퐯瑜쭮 | 111001011010011010010110111010101011101110000101111011011001000010101111111001111001000110011100111011001010110110101110 | e5a696eabb85ed90afe7919cecadae |
UHC | 妖껅퐯瑜쭮 | 11101000111011011000001111100110101111011001100011101011101001011010100001000010 | e8ed83e6bd98eba5a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)