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 | 絶?∀易? | 1001000011100010001111111000000111001101100010001101010100111111 | 90e23f81cd88d53f |
EUC-JP | 絶?∀易? | 1100000011100100001111111010001011001111101100001101011100111111 | c0e43fa2cfb0d73f |
UTF-8 | 絶쀧∀易붻 | 111001111011010110110110111011001000000010100111111000101000100010000000111001101001100010010011111010111011011010111011 | e7b5b6ec80a7e28880e69893ebb6bb |
UHC | 絶쀧∀易붻 | 11101111101111101001011111100111101000101010001111100110101101101001010011101000 | efbe97e7a2a3e6b694e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)