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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 謳野「卓感B | 11100110100100001001011011101100101000101001000111101100100010101011010001000010 | e69096eca291ec8ab442 |
EUC-JP | 謳野「卓感B | 1110101111110000110011001110111010001110101000101100001011101110101101001011011001000010 | ebf0ccee8ea2c2eeb4b642 |
UTF-8 | 謳野「卓感B | 11101000101011001011001111101001100001111000111011101111101111011010001011100101100011011001001111100110100001001001111101000010 | e8acb3e9878eefbda2e58d93e6849f42 |
UHC | 謳野?卓感B | 11001111110001001110010110101111001111111111011011110001110010101110111101000010 | cfc4e5af3ff6f1caef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)