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 | ?????ð | 001111110011111100111111001111110011111111110000 | 3f3f3f3f3ff0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????ð | 0011111100111111001111110011111100111111100011111010100111000011 | 3f3f3f3f3f8fa9c3 |
UTF-8 | 蓮울퐟六쀨ð | 1110111110100110100110011110110010011010101110001110110110010000100111111110111110100111100100011110110010000000101010001100001110110000 | efa699ec9ab8ed909fefa791ec80a8c3b0 |
UHC | 蓮울퐟六쀨ð | 111001101110010110111111111011111011110110001000111010111011101110010111111010001010100110100011 | e6e5bfefbd88ebbb97e8a9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)