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 | 紆縟?矮 | 11100010111111001110001101110100001111111110000111100010 | e2fce3743fe1e2 |
EUC-JP | 紆縟?矮 | 11100100111111101110010111010101001111111110001011100100 | e4fee5d53fe2e4 |
UTF-8 | 紆縟숥矮 | 111001111011010010000110111001111011100010011111111011001000100010100101111001111001111110101110 | e7b486e7b89fec88a5e79fae |
UHC | 紆縟숥矮 | 1110100111100001111010011011001010011010010000101110100011100001 | e9e1e9b29a42e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)