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 | oúÈB | 1001100001101111111110101100100001000010 | 986ffac842 |
SJIS-WIN | ?o??B | 0011111101101111001111110011111101000010 | 3f6f3f3f42 |
EUC-JP | ?oúÈB | 001111110110111110001111101010111110001010001111101010101011001001000010 | 3f6f8fabe28faab242 |
UTF-8 | oúÈB | 1100001010011000011011111100001110111010110000111000100001000010 | c2986fc3bac38842 |
UHC | ?o??B | 0011111101101111001111110011111101000010 | 3f6f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)