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 | 釈謝セホ | 100011101101111110001110110100111011111011001110 | 8edf8ed3bece |
EUC-JP | 釈謝セホ | 1011110011100001101111001101010110001110101111101000111011001110 | bce1bcd58ebe8ece |
UTF-8 | 釈謝セホ | 111010011000011110001000111010001010110010011101111011111011110110111110111011111011111010001110 | e98788e8ac9defbdbeefbe8e |
UHC | ?謝?? | 0011111111011110111100110011111100111111 | 3fdef33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)