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 | 谷達促谷続 | 10010010010010101001001001000010100100011010001110010010010010101001000110110001 | 924a924291a3924a91b1 |
EUC-JP | 谷達促谷続 | 11000011101010111100001110100011110000101010010111000011101010111100001010110011 | c3abc3a3c2a5c3abc2b3 |
UTF-8 | 谷達促谷続 | 111010001011000010110111111010011000000110010100111001001011111110000011111010001011000010110111111001111011011010011010 | e8b0b7e98194e4bf83e8b0b7e7b69a |
UHC | 谷達促谷? | 110011011101101111010011101110011111010110110101110011011101101100111111 | cddbd3b9f5b5cddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)