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 | 荵怜傷雕ー^ | 11100100101110011001011111100101100011111001110111101000101110001011000001011110 | e4b997e58f9de8b8b05e |
EUC-JP | 荵怜傷雕ー^ | 1110100010111011110011101110011110111101111111011111000010111010100011101011000001011110 | e8bbcee7bdfdf0ba8eb05e |
UTF-8 | 荵怜傷雕ー^ | 11101000100011011011010111100110100000001001110011100101100000101011011111101001100110111001010111101111101111011011000001011110 | e88db5e6809ce582b7e99b95efbdb05e |
UHC | ?怜傷雕?^ | 001111111101011010111011110111111011111111110000111001110011111101011110 | 3fd6bbdfbff0e73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)