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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 魴晝 | 11101001101101011001110111101010 | e9b59dea |
EUC-JP | 魴晝 | 11110010101101111101101011101100 | f2b7daec |
UTF-8 | 魴晝 | 111010011010110110110100111001101001100110011101 | e9adb4e6999d |
UHC | ?晝 | 001111111111000110111000 | 3ff1b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)