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 | 摯?κ迪? | 1001110110010101001111111000001111001000111001111000110000111111 | 9d953f83c8e78c3f |
EUC-JP | 摯?κ迪? | 1101100111110101001111111010011011001010111011011110110000111111 | d9f53fa6caedec3f |
UTF-8 | 摯븀κ迪렫 | 1110011010010001101011111110101110111000100000001100111010111010111010001011111110101010111010111010000010101011 | e691afebb880cebae8bfaaeba0ab |
UHC | 摯븀κ迪렫 | 11110010101001111011101011100111101001011110101011101110111010001000111010111001 | f2a7bae7a5eaeee88eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)