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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 低???? | 100100101110000100111111001111110011111100111111 | 92e13f3f3f3f |
EUC-JP | 低???? | 110001001110001100111111001111110011111100111111 | c4e33f3f3f3f |
UTF-8 | 低꿩렭ㅹ렓 | 111001001011110110001110111010101011111110101001111010111010000010101101111000111000010110111001111010111010000010010011 | e4bd8eeabfa9eba0ade385b9eba093 |
UHC | 低꿩렭ㅹ렓 | 11101110101110001011001011100110100011101011101010100100111010011000111010101000 | eeb8b2e68ebaa4e98ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)