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 | 指??嵌? | 10001110011101110011111100111111100110111100011000111111 | 8e773f3f9bc63f |
EUC-JP | 指??嵌? | 10111011110110000011111100111111110101101100100000111111 | bbd83f3fd6c83f |
UTF-8 | 指펴렢嵌샐 | 111001101000110010000111111011011000111010110100111010111010000010100010111001011011010110001100111011001000001110010000 | e68c87ed8eb4eba0a2e5b58cec8390 |
UHC | 指펴렢嵌샐 | 11110010101001101100011011101100100011101011001111001010111011101011101111111000 | f2a6c6ec8eb3caeebbf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)