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 | 臧?低?地 | 1110010001101000001111111001001011100001001111111001001001101110 | e4683f92e13f926e |
EUC-JP | 臧?低?地 | 1110011111001001001111111100010011100011001111111100001111001111 | e7c93fc4e33fc3cf |
UTF-8 | 臧렞低렲地 | 111010001000011110100111111010111010000010011110111001001011110110001110111010111010000010110010111001011001110010110000 | e887a7eba09ee4bd8eeba0b2e59cb0 |
UHC | 臧렞低렲地 | 11101101111101011000111010101111111011101011100010001110101111111111001010100010 | edf58eafeeb88ebff2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)