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 | 潁g?? | 100111111111000110000010100001110011111100111111 | 9ff182873f3f |
EUC-JP | 潁g?? | 110111101111001110100011111001110011111100111111 | def3a3e73f3f |
UTF-8 | 潁g뮵練 | 111001101011110110000001111011111011110110000111111010111010111010110101111011111010011010010110 | e6bd81efbd87ebaeb5efa696 |
UHC | 潁g뮵練 | 1110011110111000101000111110011110010010101111011110011011011111 | e7b8a3e792bde6df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)