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 | 燹爨燹爨^ | 111000001001111111100000101001001110000010011111111000001010010001011110 | e09fe0a4e09fe0a45e |
EUC-JP | 燹爨燹爨^ | 111000001010000111100000101001101110000010100001111000001010011001011110 | e0a1e0a6e0a1e0a65e |
UTF-8 | 燹爨燹爨^ | 11100111100001111011100111100111100010001010100011100111100001111011100111100111100010001010100001011110 | e787b9e788a8e787b9e788a85e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)