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 | 巽其尊奪存 | 10010010010001101001000110110100100100011011100010010010010001001001000110110110 | 924691b491b8924491b6 |
EUC-JP | 巽其尊奪存 | 11000011101001111100001010110110110000101011101011000011101001011100001010111000 | c3a7c2b6c2bac3a5c2b8 |
UTF-8 | 巽其尊奪存 | 111001011011011110111101111001011000010110110110111001011011000010001010111001011010010110101010111001011010110110011000 | e5b7bde585b6e5b08ae5a5aae5ad98 |
UHC | 巽其尊奪存 | 11100001110111101101000011101100111100001110111011110111101011001111000011101101 | e1ded0ecf0eef7acf0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)