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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 瓆렟뤒쳩뭬 | 111001111001001110000110111010111010000010011111111010111010010010010010111011001011001110101001111010111010110110101100 | e79386eba09feba492ecb3a9ebadac |
UHC | 瓆렟뤒쳩뭬 | 11110010111011111000111010110000100011111100001010101011100011101011100110111110 | f2ef8eb08fc2ab8eb9be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)