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 | ºೠ| 1000111111000010101110101110000010110011 | 8fc2bae0b3 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?弈? | 0011111110001111101010101010010010001111101000101110101110001111101010111010001000111111 | 3f8faaa48fa2eb8faba23f |
UTF-8 | ºೠ| 11000010100011111100001110000010110000101011101011000011101000001100001010110011 | c28fc382c2bac3a0c2b3 |
UHC | ??º?³ | 00111111001111111010100010101100001111111010100111111000 | 3f3fa8ac3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)