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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 迯サ迯剰弊^ | 11100111100011011011101111100111100011011000111111101000100101011011111001011110 | e78dbbe78d8fe895be5e |
EUC-JP | 迯サ迯剰弊^ | 1110110111101101100011101011101111101101111011011011111011101010110010101100000001011110 | eded8ebbededbeeacac05e |
UTF-8 | 迯サ迯剰弊^ | 11101000101111111010111111101111101111011011101111101000101111111010111111100101100010011011000011100101101111001000101001011110 | e8bfafefbdbbe8bfafe589b0e5bc8a5e |
UHC | ????弊^ | 00111111001111110011111100111111111110001100100101011110 | 3f3f3f3ff8c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)