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 | 祭?異?祭 | 1000110111010101001111111000100011011001001111111000110111010101 | 8dd53f88d93f8dd5 |
EUC-JP | 祭?異?祭 | 1011101011010111001111111011000011011011001111111011101011010111 | bad73fb0db3fbad7 |
UTF-8 | 祭렢異렱祭 | 111001111010010110101101111010111010000010100010111001111001010110110000111010111010000010110001111001111010010110101101 | e7a5adeba0a2e795b0eba0b1e7a5ad |
UHC | 祭렢異렱祭 | 11110000101011101000111010110011111011001011011010001110101111101111000010101110 | f0ae8eb3ecb68ebef0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)