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 | ¼ÐÂ× | 1011110011010000100011111100001011010111 | bcd08fc2d7 |
SJIS-WIN | ????× | 001111110011111100111111001111111000000101111110 | 3f3f3f3f817e |
EUC-JP | ???Â× | 0011111100111111001111111000111110101010101001001010000111011111 | 3f3f3f8faaa4a1df |
UTF-8 | ¼ÐÂ× | 11000010101111001100001110010000110000101000111111000011100000101100001110010111 | c2bcc390c28fc382c397 |
UHC | ¼Ð??× | 1010100011111001101010001010001000111111001111111010000110111111 | a8f9a8a23f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)