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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魘ヲ迪廨 | 11101001101101001010011011100111100011001001110001000111 | e9b4a6e78c9c47 |
EUC-JP | 魘ヲ迪廨 | 1111001010110110100011101010011011101101111011001101011110101000 | f2b68ea6edecd7a8 |
UTF-8 | 魘ヲ迪廨 | 111010011010110110011000111011111011110110100110111010001011111110101010111001011011101110101000 | e9ad98efbda6e8bfaae5bba8 |
UHC | ??迪? | 0011111100111111111011101110100000111111 | 3f3feee83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)