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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??旭 | 00111111001111111000100010101110 | 3f3f88ae |
EUC-JP | ??旭 | 00111111001111111011000010110000 | 3f3fb0b0 |
UTF-8 | 麟렟旭 | 111011111010011110110011111010111010000010011111111001101001011110101101 | efa7b3eba09fe697ad |
UHC | 麟렟旭 | 111011001110100010001110101100001110100111101111 | ece88eb0e9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)