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 | 粱斜 | 11100010111010111000111011001110 | e2eb8ece |
EUC-JP | 粱斜 | 11100100111011011011110011010000 | e4edbcd0 |
UTF-8 | 粱斜 | 111001111011001010110001111001101001011010011100 | e7b2b1e6969c |
UHC | 粱斜 | 11010101110111001101111011011000 | d5dcded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)