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 | ト鏆ゥホケ | 110001001111101111100010101010011100111010111001 | c4fbe2a9ceb9 |
EUC-JP | ト鏆ゥホケ | 1000111011000100100011111110010110111111100011101010100110001110110011101000111010111001 | 8ec48fe5bf8ea98ece8eb9 |
UTF-8 | ト鏆ゥホケ | 111011111011111010000100111010011000111110000110111011111011110110101001111011111011111010001110111011111011110110111001 | efbe84e98f86efbda9efbe8eefbdb9 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)