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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 盧紗紆^ | 11100001101110001000111011010001111000101111110001011110 | e1b88ed1e2fc5e |
EUC-JP | 盧紗紆^ | 11100010101110101011110011010011111001001111111001011110 | e2babcd3e4fe5e |
UTF-8 | 盧紗紆^ | 11100111100110111010011111100111101101001001011111100111101101001000011001011110 | e79ba7e7b497e7b4865e |
UHC | 盧紗紆^ | 11010110110101001101111011101001111010011110000101011110 | d6d4dee9e9e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)