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 | 謗ィ迯ー | 111001101000111010101000111001111000110110110000 | e68ea8e78db0 |
EUC-JP | 謗ィ迯ー | 1110101111101110100011101010100011101101111011011000111010110000 | ebee8ea8eded8eb0 |
UTF-8 | 謗ィ迯ー | 111010001010110010010111111011111011110110101000111010001011111110101111111011111011110110110000 | e8ac97efbda8e8bfafefbdb0 |
UHC | 謗??? | 1101101110111111001111110011111100111111 | dbbf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)