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 | 豢ゥ逧吝諸 | 111001101011010010101001111001111001101010011001111001011000111110010100 | e6b4a9e79a99e58f94 |
EUC-JP | 豢ゥ逧吝諸 | 11101100101101101000111010101001111011011111101011010010111001111011110111110100 | ecb68ea9edfad2e7bdf4 |
UTF-8 | 豢ゥ逧吝諸 | 111010001011000110100010111011111011110110101001111010011000000010100111111001011001000010011101111010001010101110111000 | e8b1a2efbda9e980a7e5909de8abb8 |
UHC | ???吝諸 | 00111111001111110011111111010111111100001111000010110011 | 3f3f3fd7f0f0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)