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 | 阡秘エサ | 111010001001010010010100111010011011010010111011 | e89494e9b4bb |
EUC-JP | 阡秘エサ | 1110111111110100110010001110101110001110101101001000111010111011 | eff4c8eb8eb48ebb |
UTF-8 | 阡秘エサ | 111010011001100010100001111001111010011110011000111011111011110110110100111011111011110110111011 | e998a1e7a798efbdb4efbdbb |
UHC | 阡秘?? | 111101001100011011011101111110100011111100111111 | f4c6ddfa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)