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 | ¾ç﫳 | 1011111010101101111001111110111110001110101010111000111010110011 | beade7ef8eab8eb3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ??çï???? | 001111110011111110001111101010111010111010001111101010111100000100111111001111110011111100111111 | 3f3f8fabae8fabc13f3f3f3f |
UTF-8 | ¾ç﫳 | 11000010101111101100001010101101110000111010011111000011101011111100001010001110110000101010101111000010100011101100001010110011 | c2bec2adc3a7c3afc28ec2abc28ec2b3 |
UHC | ¾?????³ | 1010100011111010101000011010100100111111001111110011111100111111001111111010100111111000 | a8faa1a93f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)