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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | テ」テ湘湘ッF | 110000111010001111000011100011111100001110001111110000111010111101000110 | c3a3c38fc38fc3af46 |
EUC-JP | テ」テ湘湘ッF | 10001110110000111000111010100011100011101100001110111110110001011011111011000101100011101010111101000110 | 8ec38ea38ec3bec5bec58eaf46 |
UTF-8 | テ」テ湘湘ッF | 11101111101111101000001111101111101111011010001111101111101111101000001111100110101110011001100011100110101110011001100011101111101111011010111101000110 | efbe83efbda3efbe83e6b998e6b998efbdaf46 |
UHC | ???湘湘?F | 001111110011111100111111110111111100111111011111110011110011111101000110 | 3f3f3fdfcfdfcf3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)