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 | ÔÚÀ£ý | 110101001101101010001111110000001010001111111101 | d4da8fc0a3fd |
SJIS-WIN | ????£? | 00111111001111110011111100111111100000011001001000111111 | 3f3f3f3f81923f |
EUC-JP | ÔÚ?À£ý | 100011111010101011010100100011111010101011100010001111111000111110101010101000101010000111110010100011111010101111110010 | 8faad48faae23f8faaa2a1f28fabf2 |
UTF-8 | ÔÚÀ£ý | 110000111001010011000011100110101100001010001111110000111000000011000010101000111100001110111101 | c394c39ac28fc380c2a3c3bd |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)