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 | 祭狡??? | 10001101110101011110000011000010001111110011111100111111 | 8dd5e0c23f3f3f |
EUC-JP | 祭狡??? | 10111010110101111110000011000100001111110011111100111111 | bad7e0c43f3f3f |
UTF-8 | 祭狡렚렩亐 | 111001111010010110101101111001111000101110100001111010111010000010011010111010111010000010101001111001001011101010010000 | e7a5ade78ba1eba09aeba0a9e4ba90 |
UHC | 祭狡렚렩亐 | 11110000101011101100111011101010100011101010110110001110101101111110101010100111 | f0aeceea8ead8eb7eaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)