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 | 迢朱恙 | 111001111000101110001110111010011001110010011001 | e78b8ee99c99 |
EUC-JP | 迢朱恙 | 111011011110101110111100111010111101011111111001 | edebbcebd7f9 |
UTF-8 | 迢朱恙 | 111010001011111110100010111001101001110010110001111001101000000110011001 | e8bfa2e69cb1e68199 |
UHC | ?朱恙 | 0011111111110001101110011110010110111111 | 3ff1b9e5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)