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 | 耶??痍?耶 | 100101101110101100111111001111111110000101110111001111111001011011101011 | 96eb3f3fe1773f96eb |
EUC-JP | 耶??痍?耶 | 110011001110110100111111001111111110000111011000001111111100110011101101 | cced3f3fe1d83fcced |
UTF-8 | 耶⒵땾痍팒耶 | 111010001000000010110110111000101001001010110101111010111001010110111110111001111001011110001101111011011000110010010010111010001000000010110110 | e880b6e292b5eb95bee7978ded8c92e880b6 |
UHC | 耶⒵땾痍팒耶 | 111001011010110110101001111001101000101110010100111011001011011110111011010100001110010110101101 | e5ada9e68b94ecb7bb50e5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)