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 | 憶???業 | 10001001101011110011111100111111001111111000101111000110 | 89af3f3f3f8bc6 |
EUC-JP | 憶???業 | 10110010101100010011111100111111001111111011011011001000 | b2b13f3f3fb6c8 |
UTF-8 | 憶귂랁렢業 | 111001101000011010110110111010101011011110000010111010111001111010000001111010111010000010100010111001101010010110101101 | e686b6eab782eb9e81eba0a2e6a5ad |
UHC | 憶귂랁렢業 | 11100101111000111000001011010001100011011110110110001110101100111110010111110110 | e5e382d18ded8eb3e5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)