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 | ¾¬Ò½ï | 10111110101011001000111011010010100011111011110111101111 | beac8ed28fbdef |
SJIS-WIN | ?¬????? | 0011111110000001110010100011111100111111001111110011111100111111 | 3f81ca3f3f3f3f3f |
EUC-JP | ?¬?Ò??ï | 001111111010001011001100001111111000111110101010110100100011111100111111100011111010101111000001 | 3fa2cc3f8faad23f3f8fabc1 |
UTF-8 | ¾¬Ò½ï | 1100001010111110110000101010110011000010100011101100001110010010110000101000111111000010101111011100001110101111 | c2bec2acc28ec392c28fc2bdc3af |
UHC | ¾????½? | 101010001111101000111111001111110011111100111111101010001111011000111111 | a8fa3f3f3f3fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)