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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 闢∬損\ | 11101000100100111000000111101000100100011011100101011100 | e89381e891b95c |
EUC-JP | 闢∬損\ | 11101111111100111010001011101010110000101011101101011100 | eff3a2eac2bb5c |
UTF-8 | 闢∬損\ | 11101001100101111010001011100010100010001010110011100110100100001000110101011100 | e997a2e288ace6908d5c |
UHC | 闢∬損\ | 11011100101000111010000111110011111000011101111101011100 | dca3a1f3e1df5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)