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 | 栓糴橇糴^ | 100100001111000011100010111110011001111011110000111000101111100101011110 | 90f0e2f99ef0e2f95e |
EUC-JP | 栓糴橇糴^ | 110000001111001011100100111110111101110011110010111001001111101101011110 | c0f2e4fbdcf2e4fb5e |
UTF-8 | 栓糴橇糴^ | 11100110101000001001001111100111101100111011010011100110101010011000011111100111101100111011010001011110 | e6a093e7b3b4e6a987e7b3b45e |
UHC | 栓???^ | 111011101111101100111111001111110011111101011110 | eefb3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)