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 | 衡??裝? | 10001101011101000011111100111111111001011110010000111111 | 8d743f3fe5e43f |
EUC-JP | 衡??裝? | 10111001110101010011111100111111111010101110011000111111 | b9d53f3feae63f |
UTF-8 | 衡⅛컞裝쾅 | 111010001010000110100001111000101000010110011011111011001011101110011110111010001010001110011101111011001011111010000101 | e8a1a1e2859becbb9ee8a39decbe85 |
UHC | 衡⅛컞裝쾅 | 11111011101011001010100011111011101100001000100111101101111110111100010011100111 | fbaca8fbb089edfbc4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)