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 | ×ì¼ï | 1101011111101100101111001110111110001111 | d7ecbcef8f |
SJIS-WIN | ×???? | 100000010111111000111111001111110011111100111111 | 817e3f3f3f3f |
EUC-JP | ×ì?ï? | 10100001110111111000111110101011110000000011111110001111101010111100000100111111 | a1df8fabc03f8fabc13f |
UTF-8 | ×ì¼ï | 11000011100101111100001110101100110000101011110011000011101011111100001010001111 | c397c3acc2bcc3afc28f |
UHC | ×?¼?? | 10100001101111110011111110101000111110010011111100111111 | a1bf3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)