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 | 枝儡??? | 10001110011111011001100101010011001111110011111100111111 | 8e7d99533f3f3f |
EUC-JP | 枝儡??? | 10111011110111101101000110110100001111110011111100111111 | bbded1b43f3f3f |
UTF-8 | 枝儡렧렱뤊 | 111001101001111010011101111001011000010010100001111010111010000010100111111010111010000010110001111010111010010010001010 | e69e9de584a1eba0a7eba0b1eba48a |
UHC | 枝儡렧렱뤊 | 11110010101010111101011011101101100011101011011010001110101111101000111110111010 | f2abd6ed8eb68ebe8fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)