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 | 啾寔}啾寔{^ | 1001101001100001100110111000011001111101100110100110000110011011100001100111101101011110 | 9a619b867d9a619b867b5e |
EUC-JP | 啾寔}啾寔{^ | 1101001111000010110101011110011001111101110100111100001011010101111001100111101101011110 | d3c2d5e67dd3c2d5e67b5e |
UTF-8 | 啾寔}啾寔{^ | 111001011001010110111110111001011010111110010100011111011110010110010101101111101110010110101111100101000111101101011110 | e595bee5af947de595bee5af947b5e |
UHC | ?寔}?寔{^ | 001111111110001111010001011111010011111111100011110100010111101101011110 | 3fe3d17d3fe3d17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)