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 | 終?才?^ | 10001111010010010011111110001101110010110011111101011110 | 8f493f8dcb3f5e |
EUC-JP | 終?才?^ | 10111101101010100011111110111010110011010011111101011110 | bdaa3fbacd3f5e |
UTF-8 | 終렖才렱^ | 11100111101101011000001011101011101000001001011011100110100010011000110111101011101000001011000101011110 | e7b582eba096e6898deba0b15e |
UHC | 終렖才렱^ | 111100001111101110001110101010111110111010100110100011101011111001011110 | f0fb8eabeea68ebe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)