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 | 蓚耶ク懌 | 11100100111010011001011011101011101110001001110011100010 | e4e996ebb89ce2 |
EUC-JP | 蓚耶ク懌 | 1110100011101011110011001110110110001110101110001101100011100100 | e8ebcced8eb8d8e4 |
UTF-8 | 蓚耶ク懌 | 111010001001001110011010111010001000000010110110111011111011110110111000111001101000011110001100 | e8939ae880b6efbdb8e6878c |
UHC | 蓚耶?? | 111000101011111011100101101011010011111100111111 | e2bee5ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)