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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ウ翅ュウ翅ュ^ | 101100111110001111000000101011011011001111100011110000001010110101011110 | b3e3c0adb3e3c0ad5e |
EUC-JP | ウ翅ュウ翅ュ^ | 10001110101100111110011011000010100011101010110110001110101100111110011011000010100011101010110101011110 | 8eb3e6c28ead8eb3e6c28ead5e |
UTF-8 | ウ翅ュウ翅ュ^ | 11101111101111011011001111100111101111111000010111101111101111011010110111101111101111011011001111100111101111111000010111101111101111011010110101011110 | efbdb3e7bf85efbdadefbdb3e7bf85efbdad5e |
UHC | ?翅??翅?^ | 001111111110001111000111001111110011111111100011110001110011111101011110 | 3fe3c73f3fe3c73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)