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 | ÇÇ«ûU¾^ | 10001111110001111100011110001110101010111111101101010101100011101011111001011110 | 8fc7c78eabfb558ebe5e |
SJIS-WIN | ??????U??^ | 00111111001111110011111100111111001111110011111101010101001111110011111101011110 | 3f3f3f3f3f3f553f3f5e |
EUC-JP | ?ÇÇ??ûU??^ | 00111111100011111010101010101110100011111010101010101110001111110011111110001111101010111110010101010101001111110011111101011110 | 3f8faaae8faaae3f3f8fabe5553f3f5e |
UTF-8 | ÇÇ«ûU¾^ | 110000101000111111000011100001111100001110000111110000101000111011000010101010111100001110111011010101011100001010001110110000101011111001011110 | c28fc387c387c28ec2abc3bb55c28ec2be5e |
UHC | ??????U?¾^ | 0011111100111111001111110011111100111111001111110101010100111111101010001111101001011110 | 3f3f3f3f3f3f553fa8fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)