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 | ?b?e?? | 001111110110001000111111011001010011111100111111 | 3f623f653f3f |
SJIS-WIN | 但b但e辿坦 | 10010010010000010110001010010010010000010110010110010010010010001001001001010010 | 92416292416592489252 |
EUC-JP | 但b但e辿坦 | 11000011101000100110001011000011101000100110010111000011101010011100001110110011 | c3a262c3a265c3a9c3b3 |
UTF-8 | 但b但e辿坦 | 1110010010111101100001100110001011100100101111011000011001100101111010001011111010111111111001011001110110100110 | e4bd8662e4bd8665e8bebfe59da6 |
UHC | 但b但e?坦 | 110100111010001101100010110100111010001101100101001111111111011110100100 | d3a362d3a3653ff7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)