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 | 瑜猗瑜猗^ | 111000001110111111100000110001101110000011101111111000001100011001011110 | e0efe0c6e0efe0c65e |
EUC-JP | 瑜猗瑜猗^ | 111000001111000111100000110010001110000011110001111000001100100001011110 | e0f1e0c8e0f1e0c85e |
UTF-8 | 瑜猗瑜猗^ | 11100111100100011001110011100111100011001001011111100111100100011001110011100111100011001001011101011110 | e7919ce78c97e7919ce78c975e |
UHC | 瑜?瑜?^ | 11101011101001010011111111101011101001010011111101011110 | eba53feba53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)