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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 禎?e耘? | 1001001011110101001111111000001010000101111000111100111100111111 | 92f53f8285e3cf3f |
EUC-JP | 禎?e耘? | 1100010011110111001111111010001111100101111001101101000100111111 | c4f73fa3e5e6d13f |
UTF-8 | 禎꿨e耘렚 | 111001111010011010001110111010101011111110101000111011111011110110000101111010001000000010011000111010111010000010011010 | e7a68eeabfa8efbd85e88098eba09a |
UHC | 禎꿨e耘렚 | 11101111111011101011001011100101101000111110010111101001111111001000111010101101 | efeeb2e5a3e5e9fc8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)