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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ヘーヘーヘロ | 1100110110110000111100001110100111001101101100001100110111011011 | cdb0f0e9cdb0cddb |
EUC-JP | ヘー?ヘーヘロ | 10001110110011011000111010110000001111111000111011001101100011101011000010001110110011011000111011011011 | 8ecd8eb03f8ecd8eb08ecd8edb |
UTF-8 | ヘーヘーヘロ | 111011111011111010001101111011111011110110110000111011101000001010101000111011111011111010001101111011111011110110110000111011111011111010001101111011111011111010011011 | efbe8defbdb0ee82a8efbe8defbdb0efbe8defbe9b |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)