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 | 祭??貊? | 10001101110101010011111100111111111001101011101100111111 | 8dd53f3fe6bb3f |
EUC-JP | 祭??貊? | 10111010110101110011111100111111111011001011110100111111 | bad73f3fecbd3f |
UTF-8 | 祭멩렰貊렜 | 111001111010010110101101111010111010100110101001111010111010000010110000111010001011001010001010111010111010000010011100 | e7a5adeba9a9eba0b0e8b28aeba09c |
UHC | 祭멩렰貊렜 | 11110000101011101011100011100110100011101011110111011000111001111000111010101110 | f0aeb8e68ebdd8e78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)