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 | ¼Àâð¼»¼ | 1011110011000000111000101111000010111100101110111000111010111100 | bcc0e2f0bcbb8ebc |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?Àâð???? | 0011111110001111101010101010001010001111101010111010010010001111101010011100001100111111001111110011111100111111 | 3f8faaa28faba48fa9c33f3f3f3f |
UTF-8 | ¼Àâð¼»¼ | 11000010101111001100001110000000110000111010001011000011101100001100001010111100110000101011101111000010100011101100001010111100 | c2bcc380c3a2c3b0c2bcc2bbc28ec2bc |
UHC | ¼??ð¼??¼ | 101010001111100100111111001111111010100110100011101010001111100100111111001111111010100011111001 | a8f93f3fa9a3a8f93f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)