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 | ¸ì | 11000010101110001100001110101100 | c2b8c3ac |
SJIS-WIN | ???¬ | 0011111100111111001111111000000111001010 | 3f3f3f81ca |
EUC-JP | ¸ì | 1000111110101010101001001000111110100010101100011000111110101010101010101010001011001100 | 8faaa48fa2b18faaaaa2cc |
UTF-8 | ¸ì | 1100001110000010110000101011100011000011100000111100001010101100 | c382c2b8c383c2ac |
UHC | ?¸?? | 0011111110100010101011000011111100111111 | 3fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)