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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 曜??節?^ | 1001011101101010001111110011111110010000110111110011111101011110 | 976a3f3f90df3f5e |
EUC-JP | 曜??節?^ | 1100110111001011001111110011111111000000111000010011111101011110 | cdcb3f3fc0e13f5e |
UTF-8 | 曜쒐쥍節쿔^ | 11100110100110111001110011101100100100101001000011101100101001011000110111100111101011111000000011101100101111111001010001011110 | e69b9cec9290eca58de7af80ecbf945e |
UHC | 曜쒐쥍節쿔^ | 1110100011111000100111001110011110100010100001101110111110111101101100110100100101011110 | e8f89ce7a286efbdb3495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)