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 | 祭?駿?⊆ | 1000110111010101001111111000111101111000001111111000000110111010 | 8dd53f8f783f81ba |
EUC-JP | 祭?駿?⊆ | 1011101011010111001111111011110111011001001111111010001010111100 | bad73fbdd93fa2bc |
UTF-8 | 祭렢駿쇔⊆ | 111001111010010110101101111010111010000010100010111010011010011110111111111011001000011110010100111000101000101010000110 | e7a5adeba0a2e9a7bfec8794e28a86 |
UHC | 祭렢駿쇔⊆ | 11110000101011101000111010110011111100011110011110111100111001011010000111110110 | f0ae8eb3f1e7bce5a1f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)