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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?齎鯊チ岦 | 0011111111100110110110001110100111000000110000011111101010101100 | 3fe6d8e9c0c1faac |
EUC-JP | 寗齎鯊チ岦 | 100011111011101011100000111011001101101011110010110000101000111011000001100011111011101110110011 | 8fbae0ecdaf2c28ec18fbbb3 |
UTF-8 | 寗齎鯊チ岦 | 111001011010111110010111111010011011110110001110111010011010111110001010111011111011111010000001111001011011001010100110 | e5af97e9bd8ee9af8aefbe81e5b2a6 |
UHC | 寗齎??? | 11010010101111001110111010110010001111110011111100111111 | d2bceeb23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)