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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 泳??節?? | 1000100101101010001111110011111110010000110111110011111100111111 | 896a3f3f90df3f3f |
EUC-JP | 泳??節®? | 10110001110010110011111100111111110000001110000110001111101000101110111000111111 | b1cb3f3fc0e18fa2ee3f |
UTF-8 | 泳뤻냷節®뭡 | 1110011010110011101100111110101110100100101110111110101110000011101101111110011110101111100000001100001010101110111010111010110110100001 | e6b3b3eba4bbeb83b7e7af80c2aeebada1 |
UHC | 泳뤻냷節®뭡 | 111001111011011010001111111010011000011010000111111011111011110110100010111001111011100110111100 | e7b68fe98687efbda2e7b9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)