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 | 闌ア髫吝擘 | 111010001000110010110001111010011001101010011001111001011001110110100100 | e88cb1e99a99e59da4 |
EUC-JP | 闌ア髫吝擘 | 11101111111011001000111010110001111100011111101011010010111001111101101010100110 | efec8eb1f1fad2e7daa6 |
UTF-8 | 闌ア髫吝擘 | 111010011001011110001100111011111011110110110001111010011010101110101011111001011001000010011101111001101001001110011000 | e9978cefbdb1e9ababe5909de69398 |
UHC | ???吝擘 | 00111111001111110011111111010111111100001101101111111011 | 3f3f3fd7f0dbfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)