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 | ?????q | 001111110011111100111111001111110011111101110001 | 3f3f3f3f3f71 |
SJIS-WIN | ?????q | 001111110011111100111111001111110011111101110001 | 3f3f3f3f3f71 |
EUC-JP | ?????q | 001111110011111100111111001111110011111101110001 | 3f3f3f3f3f71 |
UTF-8 | 쩐챗혧쩌첬q | 11101100101010011001000011101100101100011001011111101101100110001010011111101100101010011000110011101100101100101010110001110001 | eca990ecb197ed98a7eca98cecb2ac71 |
UHC | 쩐챗혧쩌첬q | 1100001010111110110000111010101011000010100011111100001010111100110000111011101001110001 | c2bec3aac28fc2bcc3ba71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)