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 | ?o?} | 00111111011011110011111101111101 | 3f6f3f7d |
SJIS-WIN | 叩o叩} | 100100100100000001101111100100100100000001111101 | 92406f92407d |
EUC-JP | 叩o叩} | 110000111010000101101111110000111010000101111101 | c3a16fc3a17d |
UTF-8 | 叩o叩} | 1110010110001111101010010110111111100101100011111010100101111101 | e58fa96fe58fa97d |
UHC | 叩o叩} | 110011011011000001101111110011011011000001111101 | cdb06fcdb07d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)