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 | 鞐狗キ貞ー | 1110100011011110100010111110011110110111100100101110010110110000 | e8de8be7b792e5b0 |
EUC-JP | 鞐狗キ貞ー | 11110000111000001011011011101001100011101011011111000100111001111000111010110000 | f0e0b6e98eb7c4e78eb0 |
UTF-8 | 鞐狗キ貞ー | 111010011001111010010000111001111000101110010111111011111011110110110111111010001011001010011110111011111011110110110000 | e99e90e78b97efbdb7e8b29eefbdb0 |
UHC | ?狗?貞? | 00111111110011111011011100111111111011111111011000111111 | 3fcfb73feff63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)