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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | テ暗祁 | 1100001110001000110000111000110001010110 | c388c38c56 |
EUC-JP | テ暗祁 | 100011101100001110110000110001011011011110110111 | 8ec3b0c5b7b7 |
UTF-8 | テ暗祁 | 111011111011111010000011111001101001101010010111111001111010010110000001 | efbe83e69a97e7a581 |
UHC | ?暗祁 | 0011111111100100110111101101000110110101 | 3fe4ded1b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)