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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ヤⅱァ瞿^ | 11010100111110100100000110100111111000011101100001011110 | d4fa41a7e1d85e |
EUC-JP | ヤ?ァ瞿^ | 1000111011010100001111111000111010100111111000101101101001011110 | 8ed43f8ea7e2da5e |
UTF-8 | ヤⅱァ瞿^ | 11101111101111101001010011100010100001011011000111101111101111011010011111100111100111101011111101011110 | efbe94e285b1efbda7e79ebf5e |
UHC | ?ⅱ?瞿^ | 00111111101001011010001000111111110011111011101001011110 | 3fa5a23fcfba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)