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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 祉???∧B | 1000111010000011001111110011111100111111100000011100100001000010 | 8e833f3f3f81c842 |
EUC-JP | 祉???∧B | 1011101111100011001111110011111100111111101000101100101001000010 | bbe33f3f3fa2ca42 |
UTF-8 | 祉계렚쇰∧B | 11100111101001011000100111101010101100111000010011101011101000001001101011101100100001111011000011100010100010001010011101000010 | e7a589eab384eba09aec87b0e288a742 |
UHC | 祉계렚쇰∧B | 1111001010110011101100001110100010001110101011011011110011101011101000011111110001000010 | f2b3b0e88eadbceba1fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)