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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 坦即坦卒] | 100100100101001010010001101001101001001001010010100100011011001001011101 | 925291a6925291b25d |
EUC-JP | 坦即坦卒] | 110000111011001111000010101010001100001110110011110000101011010001011101 | c3b3c2a8c3b3c2b45d |
UTF-8 | 坦即坦卒] | 11100101100111011010011011100101100011011011001111100101100111011010011011100101100011011001001001011101 | e59da6e58db3e59da6e58d925d |
UHC | 坦?坦卒] | 1111011110100100001111111111011110100100111100001110111101011101 | f7a43ff7a4f0ef5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)