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 | ?遯??辛? | 0011111111100111101010100011111100111111100100000110100000111111 | 3fe7aa3f3f90683f |
EUC-JP | ?遯??辛? | 0011111111101110101011000011111100111111101111111100100100111111 | 3feeac3f3fbfc93f |
UTF-8 | 亐遯렱렊辛렢 | 111001001011101010010000111010011000000110101111111010111010000010110001111010111010000010001010111010001011111010011011111010111010000010100010 | e4ba90e981afeba0b1eba08ae8be9beba0a2 |
UHC | 亐遯렱렊辛렢 | 111010101010011111010100111011101000111010111110100011101010000111100011111101001000111010110011 | eaa7d4ee8ebe8ea1e3f48eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)