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 | 邵母ソ | 1110011110111000100101011110101010111111 | e7b895eabf |
EUC-JP | 邵母ソ | 111011101011101011001010111011001000111010111111 | eebacaec8ebf |
UTF-8 | 邵母ソ | 111010011000001010110101111001101010111110001101111011111011110110111111 | e982b5e6af8defbdbf |
UHC | 邵母? | 1110000111010000110110011011110100111111 | e1d0d9bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)