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 | 偕?持?^ | 10011000111100010011111110001110100111010011111101011110 | 98f13f8e9d3f5e |
EUC-JP | 偕?持?^ | 11010000111100110011111110111011111111010011111101011110 | d0f33fbbfd3f5e |
UTF-8 | 偕렟持렋^ | 11100101100000011001010111101011101000001001111111100110100011001000000111101011101000001000101101011110 | e58195eba09fe68c81eba08b5e |
UHC | 偕렟持렋^ | 111110101010010110001110101100001111001010100101100011101010001001011110 | faa58eb0f2a58ea25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)