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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 迯サ迯剰弊P | 11100111100011011011101111100111100011011000111111101000100101011011111001010000 | e78dbbe78d8fe895be50 |
EUC-JP | 迯サ迯剰弊P | 1110110111101101100011101011101111101101111011011011111011101010110010101100000001010000 | eded8ebbededbeeacac050 |
UTF-8 | 迯サ迯剰弊P | 11101000101111111010111111101111101111011011101111101000101111111010111111100101100010011011000011100101101111001000101001010000 | e8bfafefbdbbe8bfafe589b0e5bc8a50 |
UHC | ????弊P | 00111111001111110011111100111111111110001100100101010000 | 3f3f3f3ff8c950 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)