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 | 絶??巡 | 100100001110001000111111001111111000111110000100 | 90e23f3f8f84 |
EUC-JP | 絶??巡 | 110000001110010000111111001111111011110111100100 | c0e43f3fbde4 |
UTF-8 | 絶귡낫巡 | 111001111011010110110110111010101011011110100001111010111000001010101011111001011011011110100001 | e7b5b6eab7a1eb82abe5b7a1 |
UHC | 絶귡낫巡 | 1110111110111110100000101110100110110011101101001110001011011110 | efbe82e9b3b4e2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)