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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?蓑度??姚 | 001111111001011010101010100100110111100000111111001111111001101101001100 | 3f96aa93783f3f9b4c |
EUC-JP | ?蓑度??姚 | 001111111100110010101100110001011101100100111111001111111101010110101101 | 3fccacc5d93f3fd5ad |
UTF-8 | 淋蓑度렺렕姚 | 111011111010011110110101111010001001001110010001111001011011101010100110111010111010000010111010111010111010000010010101111001011010011110011010 | efa7b5e89391e5baa6eba0baeba095e5a79a |
UHC | 淋蓑度렺렕姚 | 111011001111100011011110111011101101001111111000100011101100001010001110101010101110100011101110 | ecf8deeed3f88ec28eaae8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)