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 | ʳÒì | 100011111100101010110011100011101101001011101100 | 8fcab38ed2ec |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ê??Òì | 001111111000111110101010101101000011111100111111100011111010101011010010100011111010101111000000 | 3f8faab43f3f8faad28fabc0 |
UTF-8 | ʳÒì | 110000101000111111000011100010101100001010110011110000101000111011000011100100101100001110101100 | c28fc38ac2b3c28ec392c3ac |
UHC | ??³??? | 00111111001111111010100111111000001111110011111100111111 | 3f3fa9f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)