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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 潁?潁? | 100111111111000100111111100111111111000100111111 | 9ff13f9ff13f |
EUC-JP | 潁?潁? | 110111101111001100111111110111101111001100111111 | def33fdef33f |
UTF-8 | 潁욙潁섺 | 111001101011110110000001111011001001101010011001111001101011110110000001111011001000010010111010 | e6bd81ec9a99e6bd81ec84ba |
UHC | 潁욙潁섺 | 1110011110111000100111101111010011100111101110001001100101000110 | e7b89ef4e7b89946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)