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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 硫좊쭨留잏뤉 | 111011111010011110001110111011001010001010001010111011001010110110101000111011111010011110001101111011001001111010001111111010111010010010001001 | efa78eeca28aecada8efa78dec9e8feba489 |
UHC | 硫좊쭨留잏뤉 | 111010111010100110100000111010111010011110011100111010111010011110011111111001111000111110111001 | eba9a0eba79ceba79fe78fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)