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 | ハ酘ァ韲 | 1111001010101011110010101110011111000100101001111110100011101100 | f2abcae7c4a7e8ec |
EUC-JP | ?ハ酘ァ韲 | 001111111000111011001010111011101100011010001110101001111111000011101110 | 3f8ecaeec68ea7f0ee |
UTF-8 | ハ酘ァ韲 | 111011101000011110100010111011111011111010001010111010011000010110011000111011111011110110100111111010011001111110110010 | ee87a2efbe8ae98598efbda7e99fb2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)