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 | 1110100010110111101000111110011010101110101010100100001001000110 | e8b7a3e6aeaa4246 |
EUC-JP | 霍」谿ェBF | 11110000101110011000111010100011111011001011000010001110101010100100001001000110 | f0b98ea3ecb08eaa4246 |
UTF-8 | 霍」谿ェBF | 1110100110011100100011011110111110111101101000111110100010110000101111111110111110111101101010100100001001000110 | e99c8defbda3e8b0bfefbdaa4246 |
UHC | ??谿?BF | 00111111001111111100110110101100001111110100001001000110 | 3f3fcdac3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)