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 | 赭橄ク晤 | 11100110110111101001111011101011101110001001110111101011 | e6de9eebb89deb |
EUC-JP | 赭橄ク晤 | 1110110011100000110111001110110110001110101110001101101011101101 | ece0dced8eb8daed |
UTF-8 | 赭橄ク晤 | 111010001011010110101101111001101010100110000100111011111011110110111000111001101001100110100100 | e8b5ade6a984efbdb8e699a4 |
UHC | ?橄?晤 | 001111111100101011110100001111111110011111111011 | 3fcaf43fe7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)