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 | 11100111100011011011101111100111100011011000111111101000100011101001111101010000 | e78dbbe78d8fe88e9f50 |
EUC-JP | 迯サ迯剰次P | 1110110111101101100011101011101111101101111011011011111011101010101111001010000101010000 | eded8ebbededbeeabca150 |
UTF-8 | 迯サ迯剰次P | 11101000101111111010111111101111101111011011101111101000101111111010111111100101100010011011000011100110101011001010000101010000 | e8bfafefbdbbe8bfafe589b0e6aca150 |
UHC | ????次P | 00111111001111110011111100111111111100111010110101010000 | 3f3f3f3ff3ad50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)