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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 腱Y}腱Y{^ | 1110010001000110100000100111100001111101111001000100011010000010011110000111101101011110 | e44682787de44682787b5e |
EUC-JP | 腱Y}腱Y{^ | 1110011110100111101000111101100101111101111001111010011110100011110110010111101101011110 | e7a7a3d97de7a7a3d97b5e |
UTF-8 | 腱Y}腱Y{^ | 111010001000010110110001111011111011110010111001011111011110100010000101101100011110111110111100101110010111101101011110 | e885b1efbcb97de885b1efbcb97b5e |
UHC | 腱Y}腱Y{^ | 1100101111110010101000111101100101111101110010111111001010100011110110010111101101011110 | cbf2a3d97dcbf2a3d97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)