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 | è«ø¸ú¬ | 1110100010101011100110111111100010011001101110001111101010101100 | e8ab9bf899b8faac |
SJIS-WIN | ???????¬ | 001111110011111100111111001111110011111100111111001111111000000111001010 | 3f3f3f3f3f3f3f81ca |
EUC-JP | è??ø?¸ú¬ | 1000111110101011101100100011111100111111100011111010100111001100001111111000111110100010101100011000111110101011111000101010001011001100 | 8fabb23f3f8fa9cc3f8fa2b18fabe2a2cc |
UTF-8 | è«ø¸ú¬ | 11000011101010001100001010101011110000101001101111000011101110001100001010011001110000101011100011000011101110101100001010101100 | c3a8c2abc29bc3b8c299c2b8c3bac2ac |
UHC | ???ø?¸?? | 00111111001111110011111110101001101010100011111110100010101011000011111100111111 | 3f3f3fa9aa3fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)