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 | 杖?持?^ | 10001111111100010011111110001110100111010011111101011110 | 8ff13f8e9d3f5e |
EUC-JP | 杖?持?^ | 10111110111100110011111110111011111111010011111101011110 | bef33fbbfd3f5e |
UTF-8 | 杖렟持렋^ | 11100110100111011001011011101011101000001001111111100110100011001000000111101011101000001000101101011110 | e69d96eba09fe68c81eba08b5e |
UHC | 杖렟持렋^ | 111011011110100010001110101100001111001010100101100011101010001001011110 | ede88eb0f2a58ea25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)