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 | 跛エ遲宏 | 11100110111010101011010011100111101011011000110101000111 | e6eab4e7ad8d47 |
EUC-JP | 跛エ遲宏 | 1110110011101100100011101011010011101110101011111011100110101000 | ecec8eb4eeafb9a8 |
UTF-8 | 跛エ遲宏 | 111010001011011110011011111011111011110110110100111010011000000110110010111001011010111010001111 | e8b79befbdb4e981b2e5ae8f |
UHC | 跛?遲宏 | 11110111111101010011111111110010110000001100111011011011 | f7f53ff2c0cedb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)