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 | ???c] | 0011111100111111001111110110001101011101 | 3f3f3f635d |
SJIS-WIN | ???c] | 0011111100111111001111110110001101011101 | 3f3f3f635d |
EUC-JP | 饔??c] | 10001111111010001110111100111111001111110110001101011101 | 8fe8ef3f3f635d |
UTF-8 | 饔ㅿ쉭c] | 1110100110100101100101001110001110000101101111111110110010001001101011010110001101011101 | e9a594e385bfec89ad635d |
UHC | 饔ㅿ쉭c] | 1110100010111101101001001110111110111101101011010110001101011101 | e8bda4efbdad635d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)