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 | 祭?蟻?迪 | 1000110111010101001111111000101101100001001111111110011110001100 | 8dd53f8b613fe78c |
EUC-JP | 祭?蟻?迪 | 1011101011010111001111111011010111000010001111111110110111101100 | bad73fb5c23fedec |
UTF-8 | 祭렖蟻렠迪 | 111001111010010110101101111010111010000010010110111010001001111110111011111010111010000010100000111010001011111110101010 | e7a5adeba096e89fbbeba0a0e8bfaa |
UHC | 祭렖蟻렠迪 | 11110000101011101000111010101011111010111111110010001110101100011110111011101000 | f0ae8eabebfc8eb1eee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)