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 | ホラワ | 11001110111100011110111111010111110111001111000111001110 | cef1efd7dcf1ce |
EUC-JP | ホ?ラワ? | 1000111011001110001111111000111011010111100011101101110000111111 | 8ece3f8ed78edc3f |
UTF-8 | ホラワ | 111011111011111010001110111011101000010110101010111011111011111010010111111011111011111010011100111011101000010110001001 | efbe8eee85aaefbe97efbe9cee8589 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)