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 | 隍灘撫髏 | 1110100010100100100100111110010110010101100011111110100110010000 | e8a493e5958fe990 |
EUC-JP | 隍灘撫髏 | 1111000010100110110001101110011111001001111011111111000111110000 | f0a6c6e7c9eff1f0 |
UTF-8 | 隍灘撫髏 | 111010011001101010001101111001111000000110011000111001101001001010101011111010011010101110001111 | e99a8de78198e692abe9ab8f |
UHC | 隍灘撫? | 11111100110110111111011110101000110110011110100000111111 | fcdbf7a8d9e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)