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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 鞜カ蝸、BF | 1110100011011111101101101110010110010111101001000100001001000110 | e8dfb6e597a44246 |
EUC-JP | 鞜カ蝸、BF | 11110000111000011000111010110110111010011111011110001110101001000100001001000110 | f0e18eb6e9f78ea44246 |
UTF-8 | 鞜カ蝸、BF | 1110100110011110100111001110111110111101101101101110100010011101101110001110111110111101101001000100001001000110 | e99e9cefbdb6e89db8efbda44246 |
UHC | ??蝸?BF | 00111111001111111110100011000100001111110100001001000110 | 3f3fe8c43f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)