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 | 精?梵?痛 | 1001000010111000001111111001111010010000001111111001001011001001 | 90b83f9e903f92c9 |
EUC-JP | 精?梵?痛 | 1100000010111010001111111101101111110000001111111100010011001011 | c0ba3fdbf03fc4cb |
UTF-8 | 精뀌梵뤈痛 | 111001111011001010111110111010111000000010001100111001101010001010110101111010111010010010001000111001111001011110011011 | e7b2beeb808ce6a2b5eba488e7979b |
UHC | 精뀌梵뤈痛 | 11101111111100011011001011101110110110111110111110001111101110001111011111010100 | eff1b2eedbef8fb8f7d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)