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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貉玲╂ | 111001101011100110010111111001101000010010111110 | e6b997e684be |
EUC-JP | 貉玲╂ | 111011001011101111001110111010001010100011000000 | ecbbcee8a8c0 |
UTF-8 | 貉玲╂ | 111010001011001010001001111001111000111010110010111000101001010110000010 | e8b289e78eb2e29582 |
UHC | ?玲╂ | 0011111111010110101111001010011011000000 | 3fd6bca6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)