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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鋓ワ霄ェ鈐 | 1111101111010110110111001110100010111010101010101111101111000010 | fbd6dce8baaafbc2 |
EUC-JP | 鋓ワ霄ェ鈐 | 100011111110010010111111100011101101110011110000101111001000111010101010100011111110001111000001 | 8fe4bf8edcf0bc8eaa8fe3c1 |
UTF-8 | 鋓ワ霄ェ鈐 | 111010011000101110010011111011111011111010011100111010011001110010000100111011111011110110101010111010011000100010010000 | e98b93efbe9ce99c84efbdaae98890 |
UHC | ????鈐 | 001111110011111100111111001111111100110010100010 | 3f3f3f3fcca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)