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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 衍??愛?? | 1001111110100101001111110011111110001000101001000011111100111111 | 9fa53f3f88a43f3f |
EUC-JP | 衍??愛?? | 1101111010100111001111110011111110110000101001100011111100111111 | dea73f3fb0a63f3f |
UTF-8 | 衍뤸깄愛⑵뺀 | 111010001010000110001101111010111010010010111000111010101011100110000100111001101000010010011011111000101001000110110101111010111011101010000000 | e8a18deba4b8eab984e6849be291b5ebba80 |
UHC | 衍뤸깄愛⑵뺀 | 111001101110001010001111111001101000001110000101111001001111000110101001111010001011101110101011 | e6e28fe68385e4f1a9e8bbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)