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 | 閾セ繧巾 | 11101000100001111011111011100011100000101000101111010000 | e887bee3828bd0 |
EUC-JP | 閾セ繧巾 | 1110111111100111100011101011111011100101111000101011011011010010 | efe78ebee5e2b6d2 |
UTF-8 | 閾セ繧巾 | 111010011001011010111110111011111011110110111110111001111011100110100111111001011011011110111110 | e996beefbdbee7b9a7e5b7be |
UHC | ???巾 | 0011111100111111001111111100101111101110 | 3f3f3fcbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)