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 | 迸橸セ溽征 | 111001111001111010011110111011111011111010011111111001111001000010101010 | e79e9eefbe9fe790aa |
EUC-JP | 迸橸セ溽征 | 11101101111111101101110011110001100011101011111011011110111010011100000010101100 | edfedcf18ebedee9c0ac |
UTF-8 | 迸橸セ溽征 | 111010001011111110111000111001101010100110111000111011111011110110111110111001101011101010111101111001011011111010000001 | e8bfb8e6a9b8efbdbee6babde5be81 |
UHC | ????征 | 001111110011111100111111001111111110111111010110 | 3f3f3f3fefd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)