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 | ³¼ÂÛ¹ | 1000111011000010101100111011110010001110110000101101101110111001 | 8ec2b3bc8ec2dbb9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?Â???ÂÛ? | 0011111110001111101010101010010000111111001111110011111110001111101010101010010010001111101010101110010100111111 | 3f8faaa43f3f3f8faaa48faae53f |
UTF-8 | ³¼ÂÛ¹ | 11000010100011101100001110000010110000101011001111000010101111001100001010001110110000111000001011000011100110111100001010111001 | c28ec382c2b3c2bcc28ec382c39bc2b9 |
UHC | ??³¼???¹ | 0011111100111111101010011111100010101000111110010011111100111111001111111010100111110110 | 3f3fa9f8a8f93f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)