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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薈衰化襞 | 1110010101000110100100001000101010001001101110111110010111111100 | e546908a89bbe5fc |
EUC-JP | 薈衰化襞 | 1110100110100111101111111110101010110010101111011110101011111110 | e9a7bfeab2bdeafe |
UTF-8 | 薈衰化襞 | 111010001001011010001000111010001010000110110000111001011000110010010110111010001010010110011110 | e89688e8a1b0e58c96e8a59e |
UHC | ?衰化? | 001111111110000111110001111110111111100100111111 | 3fe1f1fbf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)