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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 盪貅盪貅 | 1110000110111001111001101011101011100001101110011110011010111010 | e1b9e6bae1b9e6ba |
EUC-JP | 盪貅盪貅 | 1110001010111011111011001011110011100010101110111110110010111100 | e2bbecbce2bbecbc |
UTF-8 | 盪貅盪貅 | 111001111001101110101010111010001011001010000101111001111001101110101010111010001011001010000101 | e79baae8b285e79baae8b285 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)