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 | 釶ソ蜷亥 | 11100111110111111011111111100101100100001000100011100101 | e7dfbfe59088e5 |
EUC-JP | 釶ソ蜷亥 | 1110111011100001100011101011111111101001111100001011000011100111 | eee18ebfe9f0b0e7 |
UTF-8 | 釶ソ蜷亥 | 111010011000011110110110111011111011110110111111111010001001110010110111111001001011101010100101 | e987b6efbdbfe89cb7e4baa5 |
UHC | ???亥 | 0011111100111111001111111111101010100100 | 3f3f3ffaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)