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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | テ湘古ケテ「^ | 110000111000111111000011100011001100001110111001110000111010001001011110 | c38fc38cc3b9c3a25e |
EUC-JP | テ湘古ケテ「^ | 10001110110000111011111011000101101110001100010110001110101110011000111011000011100011101010001001011110 | 8ec3bec5b8c58eb98ec38ea25e |
UTF-8 | テ湘古ケテ「^ | 11101111101111101000001111100110101110011001100011100101100011111010010011101111101111011011100111101111101111101000001111101111101111011010001001011110 | efbe83e6b998e58fa4efbdb9efbe83efbda25e |
UHC | ?湘古???^ | 001111111101111111001111110011011010111100111111001111110011111101011110 | 3fdfcfcdaf3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)