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 | 閾セ繽寅 | 11101000100001111011111011100011100011111001001111010000 | e887bee38f93d0 |
EUC-JP | 閾セ繽寅 | 1110111111100111100011101011111011100101111011111100011011010010 | efe78ebee5efc6d2 |
UTF-8 | 閾セ繽寅 | 111010011001011010111110111011111011110110111110111001111011100110111101111001011010111110000101 | e996beefbdbee7b9bde5af85 |
UHC | ???寅 | 0011111100111111001111111110110011011001 | 3f3f3fecd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)